diff --git a/devops/azure/chart/templates/istio-auth-policy.yaml b/devops/azure/chart/templates/istio-auth-policy.yaml index e54c4f59ab582a8dc911e9effde7a460e1432953..c74fcb629638cced0b6113d26ab3b58eee8ccc06 100644 --- a/devops/azure/chart/templates/istio-auth-policy.yaml +++ b/devops/azure/chart/templates/istio-auth-policy.yaml @@ -15,12 +15,12 @@ apiVersion: security.istio.io/v1beta1 kind: AuthorizationPolicy metadata: - name: {{ .Chart.Name }-jwt-authz + name: {{ .Chart.Name }}-jwt-authz namespace: osdu spec: selector: matchLabels: - app: {{ .Chart.Name } + app: {{ .Chart.Name }} action: DENY rules: - from: @@ -33,5 +33,5 @@ spec: "*/configuration/ui","*/configuration/security", "*/swagger","*/swagger-ui.html","*/swagger-resources", "*/actuator/health", "*/_ah/readiness_check", "*/_ah/liveness_check", - "/api/{{ .Chart.Name }/v1/swagger-resources/*", - "/api/{{ .Chart.Name }/v1/webjars/*"] + "/api/{{ .Chart.Name }}/v1/swagger-resources/*", + "/api/{{ .Chart.Name }}/v1/webjars/*"]