aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sections/resources/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/resources/yaml')
-rw-r--r--docs/sections/resources/yaml/environments_onap_demo.yaml2
-rw-r--r--docs/sections/resources/yaml/istiod-1_21.yaml21
-rw-r--r--docs/sections/resources/yaml/keycloak-server-values.yaml4
3 files changed, 26 insertions, 1 deletions
diff --git a/docs/sections/resources/yaml/environments_onap_demo.yaml b/docs/sections/resources/yaml/environments_onap_demo.yaml
index acc395dac4..64dee3e846 100644
--- a/docs/sections/resources/yaml/environments_onap_demo.yaml
+++ b/docs/sections/resources/yaml/environments_onap_demo.yaml
@@ -13,7 +13,7 @@ global:
repository: nexus3.onap.org:10001
repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ==
# readiness check
- readinessImage: onap/oom/readiness:6.0.2
+ readinessImage: onap/oom/readiness:6.0.3
# logging agent
loggingRepository: docker.elastic.co
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
diff --git a/docs/sections/resources/yaml/keycloak-server-values.yaml b/docs/sections/resources/yaml/keycloak-server-values.yaml
index 0160ce86e8..516a26a76b 100644
--- a/docs/sections/resources/yaml/keycloak-server-values.yaml
+++ b/docs/sections/resources/yaml/keycloak-server-values.yaml
@@ -46,3 +46,7 @@ secrets:
stringData:
user: admin
password: secret
+
+http:
+ # For backwards compatibility reasons we set this to the value used by previous Keycloak versions.
+ relativePath: "/" # "/auth"