Skip to content
Snippets Groups Projects
Commit fc6d4d95 authored by Oleksandr Kosse (EPAM)'s avatar Oleksandr Kosse (EPAM)
Browse files

Merge branch 'GONRG-5390-upd-istio-policy' into 'master'

Gonrg 5390 upd istio policy

See merge request !242
parents 285f5b28 b855ec45
No related branches found
No related tags found
1 merge request!242Gonrg 5390 upd istio policy
Pipeline #127622 failed
......@@ -68,9 +68,9 @@ spec:
when:
- key: request.auth.claims[iss]
values:
- "https://keycloak.{{ .Values.conf.domain }}/auth/realms/{{ .Values.auth.realm }}"
- "http://keycloak.{{ .Values.conf.domain }}/auth/realms/{{ .Values.auth.realm }}"
- "http://keycloak.{{ .Release.Namespace }}.svc.cluster.local/auth/realms/{{ .Values.auth.realm }}"
- "https://keycloak.{{ .Values.conf.domain }}/realms/{{ .Values.auth.realm }}"
- "http://keycloak.{{ .Values.conf.domain }}/realms/{{ .Values.auth.realm }}"
- "http://keycloak.{{ .Release.Namespace }}.svc.cluster.local/realms/{{ .Values.auth.realm }}"
- key: request.auth.claims[email]
values:
- "integration-tester@service.local"
......
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