diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-04-02 14:04:08 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-06-10 17:18:21 +0200 |
commit | 483331140fba47f02b90495ec22bbdf57762a6b8 (patch) | |
tree | 095f8c0001c48c2248eec75e89ca58162227285d /docs/sections/resources/yaml/istiod-1_21.yaml | |
parent | 3aca0e2323480a220cd4064731755cf9aab0278b (diff) |
[DOC] Update Information for NewDelhi release
Update the list of platform component versions and
instructions for New Delhi version
Kubernetes, Istio, Operators...
Added release notes for NewDehli
Issue-ID: OOM-3270
Change-Id: Iea65a4c8939bdc861b29d84933f2e3f67d93bed1
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
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 |