[SDC] Create Authorization Policies for SDC
[oom.git] / kubernetes / sdc / components / sdc-helm-validator / values.yaml
index e51c242..a2b4ef3 100644 (file)
@@ -18,7 +18,7 @@
 global:
   pullPolicy: Always
 
-image: onap/sdc-helm-validator:1.3.0
+image: onap/sdc-helm-validator:1.3.1
 containerPort: &svc_port 8080
 
 config:
@@ -30,6 +30,11 @@ service:
     - name: &port http
       port: *svc_port
 
+serviceMesh:
+  authorizationPolicy:
+    authorizedPrincipals:
+      - serviceAccount: sdc-be-read
+
 liveness:
   initialDelaySeconds: 1
   periodSeconds: 10