Skip to content
Snippets Groups Projects
Commit 4e538664 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

(cherry picked from commit fc6d4d95)

770456ab GONRG-5390 - upd istio policy
d4b9639d GONRG-5390 - upd istio policy
90c34c78 GONRG-5390 upd auth policy for tests
13b9e49d GONRG-5390 - upd auth policy
parent 0cdeeb6f
No related branches found
No related tags found
1 merge request!244Merge branch 'GONRG-5390-upd-istio-policy' into 'master' !242
Pipeline #127629 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