Skip to content

Commit

Permalink
change default http://localhost:18080/auth/realms/camunda-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
piermotte committed Sep 28, 2022
1 parent 4e71b45 commit b5a0833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spec:
*/}}
value: {{ .Values.global.identity.keycloak.url | default "http://camunda-platform-tes:80/auth" | quote }}
- name: IDENTITY_AUTH_PROVIDER_ISSUER_URL
value: {{ .Values.global.identity.auth.publicIssuerUrl | default "http://camunda-platform-tes:80/auth/realms/camunda-platform" | quote }}
value: {{ .Values.global.identity.auth.publicIssuerUrl | default "http://localhost:18080/auth/realms/camunda-platform" | quote }}
- name: IDENTITY_AUTH_PROVIDER_BACKEND_URL
value: {{ .Values.global.identity.auth.providerBackendUrl | default "http://camunda-platform-tes:80/auth/realms/camunda-platform" | quote }}
- name: KEYCLOAK_SETUP_USER
Expand Down

0 comments on commit b5a0833

Please sign in to comment.