diff options
author | AndrewLamb <andrew.a.lamb@est.tech> | 2023-05-17 14:13:54 +0100 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2023-05-26 06:51:01 +0000 |
commit | 0e7c7fe013116e78e9b2bb2725621e528155b26a (patch) | |
tree | e86ce2bcfc83ce8fcd3862f9718a2bdbb62efedc /kubernetes/aai/components/aai-resources/values.yaml | |
parent | 7258874e2d9a2d21bf017b1dd6276bb0399151be (diff) |
[AAI] Create Authorization Policies for AAI
- Create Authorization Policies for AAI
- Add initial authorized serviceAccounts for each sub-component service
Issue-ID: OOM-3126
Change-Id: Ic7fdaf595ae3534805a39859fe8e02b81999bef3
Signed-off-by: amatthews <adrian.matthews@est.tech>
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
Diffstat (limited to 'kubernetes/aai/components/aai-resources/values.yaml')
-rw-r--r-- | kubernetes/aai/components/aai-resources/values.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index a966776054..613604fe95 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -205,6 +205,12 @@ service: ingress: enabled: false +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: aai-read + - serviceAccount: consul-read + # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following |