We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I find two configurations in HCM are different from Envoy's default values. Both set by ClientTrafficPolicy.
The default value from Envoy is KeepUnchanged, but the default value in EG is UnescapeAndRedirect Refer to here
KeepUnchanged
UnescapeAndRedirect
The default value from Envoy is Allow, but the default value in EG is RejectRequest Refer to here
Allow
RejectRequest
The text was updated successfully, but these errors were encountered:
these are the recommended edge settings from the envoy proxy documentation, check out #1048
to change these values, you can configure these in ClientTrafficPolicy https://gateway.envoyproxy.io/docs/api/extension_types/#pathsettings
Sorry, something went wrong.
No branches or pull requests
I find two configurations in HCM are different from Envoy's default values. Both set by ClientTrafficPolicy.
path_with_escaped_slashes_action
The default value from Envoy is
KeepUnchanged
, but the default value in EG isUnescapeAndRedirect
Refer to here
headers_with_underscores_action
The default value from Envoy is
Allow
, but the default value in EG isRejectRequest
Refer to here
The text was updated successfully, but these errors were encountered: