Skip to content

Commit

Permalink
update secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kchobantonov committed Feb 15, 2024
1 parent 6b21c03 commit 0739986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-camunda-bpm-platform/keycloak/bpm-platform.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<property name="keycloakIssuerUrl">https://keycloak.192.168.1.201.nip.io/auth/realms/master</property>
<property name="keycloakAdminUrl">https://keycloak.192.168.1.201.nip.io/auth/admin/realms/master</property>
<property name="clientId">camunda-identity-service</property>
<property name="clientSecret">Q8Njp7ofh2cIkL0PnJPw3bWKiIXCXL3C</property>
<property name="clientSecret">SZ9aG84hHldzRKitw5t15EqSlQBW2zsR</property>
<property name="useUsernameAsCamundaUserId">true</property>
<property name="useGroupPathAsCamundaGroupId">true</property>
<property name="administratorGroupName">camunda-admin</property>
Expand Down

0 comments on commit 0739986

Please sign in to comment.