Skip to content

Commit

Permalink
add identity user part of the cm
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed AbouZaid <6760103+aabouzaid@users.noreply.github.com>
  • Loading branch information
aabouzaid committed Oct 1, 2024
1 parent a876354 commit 8de561e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/camunda-platform-alpha/templates/identity/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,19 @@ data:
{{- if .Values.global.identity.auth.enabled }}
{{- if eq .Values.global.identity.auth.type "KEYCLOAK"}}
keycloak:
users:
- username: demo
firstName: Demo
email: demo@example.org
password: demo
roles:
- Identity
- Operate
- Tasklist
- Optimize
- Web Modeler
- Web Modeler Admin
- Console
environment:
clients:
- name: Identity
Expand Down

0 comments on commit 8de561e

Please sign in to comment.