Skip to content

Commit

Permalink
update exsiting keycloak environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tinhtq committed Jun 19, 2024
1 parent fc79bdb commit 7ed6c69
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/camunda-platform-latest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2083,6 +2083,25 @@ identity:
memory: 2Gi

## @param identity.env can be used to set extra environment variables in each identity container. See the documentation https://docs.camunda.io/docs/self-managed/identity/deployment/configuration-variables/ for more details.
## When you use exsiting Keycloak, please define below variable:
## - name: IDENTITY_CLIENT_SECRET
## valueFrom:
## secretKeyRef:
## name: <secret_name>
## key: secret
## - name: IDENTITY_CLIENT_ID
## valueFrom:
## secretKeyRef:
## name: <secret_name>
## key: id
## - name: KEYCLOAK_REALM
## valueFrom:
## secretKeyRef:
## name: <secret_name>
## key: realm
## - name: IDENTITY_LOG_LEVEL
## value: DEBUG
## And then create new Kubernetes Secret that contains client_id, realm, client_secret.
env: []
## @param identity.envFrom list of environment variables to import from configMapRef and secretRef
envFrom: []
Expand Down

0 comments on commit 7ed6c69

Please sign in to comment.