Skip to content

Commit

Permalink
chore(credential-issuer): add client id (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored Apr 25, 2024
1 parent 9aa2c86 commit 6296f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/portal/templates/deployment-frontend-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ spec:
value: "{{ .Values.centralidp.clients.semantic }}"
- name: CLIENT_ID_MIW
value: "{{ .Values.centralidp.clients.miw }}"
- name: CLIENT_ID_SSI_CREDENTIAL
value: "{{ .Values.centralidp.clients.issuerComponent }}"
ports:
- name: http
containerPort: {{ .Values.portContainer }}
Expand Down
1 change: 1 addition & 0 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ centralidp:
semantic: "Cl3-CX-Semantic"
miw: "Cl5-CX-Custodian"
technicalRolesManagement: "technical_roles_management"
issuerComponent: "Cl24-CX-SSI-CredentialIssuer"

# -- Provide sharedidp address (CX IAM), without trailing '/auth'.
sharedidpAddress: "https://sharedidp.example.org"
Expand Down

0 comments on commit 6296f4b

Please sign in to comment.