mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 09:57:17 +02:00
bump envoy to v1.24.0 (#3767)
This commit is contained in:
parent
1d252f43ee
commit
fa0ba60aee
6 changed files with 20 additions and 23 deletions
|
@ -150,8 +150,8 @@ func TestAuthorize_deniedResponse(t *testing.T) {
|
|||
Code: envoy_type_v3.StatusCode(codes.InvalidArgument),
|
||||
},
|
||||
Headers: []*envoy_config_core_v3.HeaderValueOption{
|
||||
mkHeader("Content-Type", "text/html; charset=UTF-8", false),
|
||||
mkHeader("X-Pomerium-Intercepted-Response", "true", false),
|
||||
mkHeader("Content-Type", "text/html; charset=UTF-8"),
|
||||
mkHeader("X-Pomerium-Intercepted-Response", "true"),
|
||||
},
|
||||
Body: "Access Denied",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue