Created
January 24, 2024 06:30
-
-
Save seifrajhi/07f39089f14bbc053548167a8d5c4291 to your computer and use it in GitHub Desktop.
Istio extension provider specifics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
meshConfig: | |
extensionProviders: | |
- name: oauth2-proxy | |
envoyExtAuthzHttp: | |
service: oauth2-proxy.oauth2-proxy.svc.cluster.local | |
port: 4180 | |
headersToDownstreamOnDeny: | |
- content-type | |
- set-cookie | |
headersToUpstreamOnAllow: | |
- authorization | |
- path | |
- x-auth-request-user | |
- x-auth-request-email | |
- x-auth-request-access-token | |
includeHeadersInCheck: | |
- authorization | |
- cookie | |
defaultConfig: | |
terminationDrainDuration: 310s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment