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
Description: Ability to set forward_bearer_token to false in OIDC SecurityPolicy
forward_bearer_token
false
(see also: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/oauth2/v3/oauth.proto#extensions-filters-http-oauth2-v3-oauth2config)
Currently its statically set to true:
gateway/internal/xds/translator/oidc.go
Line 148 in a2fbbad
Current Workaround possible via: EnvoyPatchPolicy
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
Ability to set
forward_bearer_token
tofalse
in OIDC SecurityPolicy(see also: https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/oauth2/v3/oauth.proto#extensions-filters-http-oauth2-v3-oauth2config)
Currently its statically set to true:
gateway/internal/xds/translator/oidc.go
Line 148 in a2fbbad
Current Workaround possible via: EnvoyPatchPolicy
The text was updated successfully, but these errors were encountered: