Skip to content

Commit

Permalink
fix(alpha): add connectors init secret to identity
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Dec 17, 2024
1 parent 21eb50b commit 0a4441e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ spec:
key: {{ include "camundaPlatform.licenseSecretKey" . }}
{{- if .Values.global.identity.auth.enabled }}
{{- if eq .Values.global.identity.auth.type "KEYCLOAK"}}
- name: VALUES_KEYCLOAK_INIT_CONNECTORS_CLIENT_ID
valueFrom:
secretKeyRef:
name: {{ include "connectors.authClientSecretName" . }}
key: {{ include "connectors.authClientSecretKey" . }}
- name: VALUES_KEYCLOAK_INIT_CORE_SECRET
valueFrom:
secretKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ spec:
secretKeyRef:
name: camunda-platform-test-license
key: CAMUNDA_LICENSE_KEY
- name: VALUES_KEYCLOAK_INIT_CONNECTORS_CLIENT_ID
valueFrom:
secretKeyRef:
name: camunda-credentials
key: identity-connectors-client-token
- name: VALUES_KEYCLOAK_INIT_CORE_SECRET
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 0a4441e

Please sign in to comment.