diff options
author | Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> | 2024-06-12 08:51:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-06-12 08:51:45 +0000 |
commit | e5cad98137d9403bcb43a8715dbd7ad9b4967615 (patch) | |
tree | 10140d9323516e60a18899b96892e9b996424f7f /docs/sections/resources/yaml/istiod-1_21.yaml | |
parent | cf911895c5b725fcea8a70104dd1acbb4e9e74e3 (diff) | |
parent | 483331140fba47f02b90495ec22bbdf57762a6b8 (diff) |
Merge "[DOC] Update Information for NewDelhi release"
Diffstat (limited to 'docs/sections/resources/yaml/istiod-1_21.yaml')
-rw-r--r-- | docs/sections/resources/yaml/istiod-1_21.yaml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/sections/resources/yaml/istiod-1_21.yaml b/docs/sections/resources/yaml/istiod-1_21.yaml new file mode 100644 index 0000000000..d85ec1137f --- /dev/null +++ b/docs/sections/resources/yaml/istiod-1_21.yaml @@ -0,0 +1,21 @@ +defaults: + #global: + #logging: + # level: "default:debug" + meshConfig: + rootNamespace: istio-config + # Controls if sidecar is injected at the front of the container list and blocks the start of the other containers until the proxy is ready + holdApplicationUntilProxyStarts: true + extensionProviders: + - name: oauth2-proxy + envoyExtAuthzHttp: + service: oauth2-proxy.default.svc.cluster.local + port: 80 + timeout: 1.5s + includeHeadersInCheck: ["authorization", "cookie"] + headersToUpstreamOnAllow: ["x-forwarded-access-token", "authorization", "path", "x-auth-request-user", "x-auth-request-email", "x-auth-request-access-token"] + headersToDownstreamOnDeny: ["content-type", "set-cookie"] + pilot: + env: + PILOT_HTTP10: true + ENABLE_NATIVE_SIDECARS: true
\ No newline at end of file |