diff options
author | 2023-05-30 06:50:08 +0000 | |
---|---|---|
committer | 2023-05-30 06:50:08 +0000 | |
commit | e0cd330109c072570de1edf987fa2263f75914c9 (patch) | |
tree | 90c12e60fdb4126f5e7a57da3bb6508ad4feea99 /kubernetes/aai/components/aai-sparky-be/values.yaml | |
parent | fadd545c3bab51ec1a22749176d30d7cd232278a (diff) | |
parent | 0e7c7fe013116e78e9b2bb2725621e528155b26a (diff) |
Merge "[AAI] Create Authorization Policies for AAI"
Diffstat (limited to 'kubernetes/aai/components/aai-sparky-be/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-sparky-be/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-sparky-be/values.yaml b/kubernetes/aai/components/aai-sparky-be/values.yaml index 8ec45536b8..7fe0a62ace 100644 --- a/kubernetes/aai/components/aai-sparky-be/values.yaml +++ b/kubernetes/aai/components/aai-sparky-be/values.yaml @@ -95,6 +95,12 @@ ingress: config: ssl: "redirect" +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: istio-ingress + namespace: istio-ingress + podAnnotations: sidecar.istio.io/rewriteAppHTTPProbers: "false" |