Skip to content
Snippets Groups Projects
Commit 1da1cd3a authored by Komal Makkar's avatar Komal Makkar
Browse files

changed the istio auth file

parent 1243020f
No related branches found
No related tags found
1 merge request!45Azure istio auth file rename
Pipeline #16848 failed
......@@ -15,7 +15,7 @@
apiVersion: security.istio.io/v1beta1
kind: AuthorizationPolicy
metadata:
name: register-jwt-auth
name: {{ .Chart.Name }}-jwt-auth
namespace: osdu
spec:
selector:
......@@ -29,4 +29,4 @@ spec:
to:
- operation:
notPaths: ["/","*/swagger-resources","*/swagger",
"/api/register/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/register/v1/test/challenge/*"]
\ No newline at end of file
"/api/{{ .Chart.Name }}/v1/swagger-resources/*","*/swagger-ui.html","*/actuator/health","/api/{{ .Chart.Name }}/v1/test/challenge/*"]
\ No newline at end of file
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