Skip to content
Snippets Groups Projects
Commit 48e3bd55 authored by Hema Vishnu Pola [Microsoft]'s avatar Hema Vishnu Pola [Microsoft]
Browse files

Merge branch 'users/komakkar/whitelistEndpointForIT' into 'master'

Azure istio auth file rename

See merge request !45
parents 927d265d 2c1ff7de
No related branches found
No related tags found
1 merge request!45Azure istio auth file rename
Pipeline #16904 passed with warnings
......@@ -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