Skip to content
Snippets Groups Projects
Commit a20d3c1b authored by Daniel Scholl's avatar Daniel Scholl
Browse files

Fixed yaml file

parent 351f2e1b
No related branches found
No related tags found
1 merge request!78Azure Only - Helm Chart Updates
Pipeline #16124 passed
......@@ -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/*"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment