Skip to content
Snippets Groups Projects
Commit e0458d18 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4939 Test keycloak

parent ea759395
No related branches found
No related tags found
No related merge requests found
...@@ -13,14 +13,14 @@ spec: ...@@ -13,14 +13,14 @@ spec:
client_redirect_uris: client_redirect_uris:
- https://{{ include "app.baseDomain" $ }} - https://{{ include "app.baseDomain" $ }}
- https://{{ include "app.baseDomain" $ }}/* - https://{{ include "app.baseDomain" $ }}/*
{{- if ((.Values.sso).client).additional_redirect_uris }} {{- if ((.Values.sso).keycloak_clients).additional_redirect_uris }}
{{- with ((.Values.sso).client).additional_redirect_uris }} {{- with ((.Values.sso).keycloak_clients).additional_redirect_uris }}
{{ toYaml . | indent 4 }} {{ toYaml . | indent 4 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- if ((.Values.sso).client).client_roles }} {{- if ((.Values.sso).keycloak_clients).client_roles }}
client_roles: client_roles:
{{- with ((.Values.sso).client).client_roles }} {{- with ((.Values.sso).keycloak_clients).client_roles }}
{{ toYaml . | indent 4 }} {{ toYaml . | indent 4 }}
{{- end }} {{- end }}
{{- end }} {{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment