blob: 47380125b87e28f0aa9cee3fed24592cc77ffa93 [file] [log] [blame]
Andreas Geisslere08eee02023-04-21 14:21:37 +02001global:
2 proxy:
3 # 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
4 holdApplicationUntilProxyStarts: true
5 #logging:
6 # level: "default:debug"
7meshConfig:
8 rootNamespace: istio-config
9 extensionProviders:
10 - name: oauth2-proxy
11 envoyExtAuthzHttp:
12 service: oauth2-proxy.default.svc.cluster.local
13 port: 80
14 timeout: 1.5s
15 includeHeadersInCheck: ["authorization", "cookie"]
16 headersToUpstreamOnAllow: ["x-forwarded-access-token", "authorization", "path", "x-auth-request-user", "x-auth-request-email", "x-auth-request-access-token"]
17 headersToDownstreamOnDeny: ["content-type", "set-cookie"]
18pilot:
19 env:
20 PILOT_ENABLE_MYSQL_FILTER: true
21 PILOT_HTTP10: true