Skip to content

Commit

Permalink
chore: exported additional env values for use in frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
oyo committed Sep 25, 2024
1 parent c2d0cba commit dfd1e6b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/portal/templates/deployment-frontend-portal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ spec:
env:
- name: REQUIRE_HTTPS_URL_PATTERN
value: "{{ .Values.frontend.portal.requireHttpsUrlPattern }}"
- name: CLEARINGHOUSE_CONNECT_DISABLED
value: "{{ .Values.backend.processesworker.clearinghouseConnectDisabled }}"
- name: PORTAL_ASSETS_URL
value: "{{ .Values.portalAddress }}{{ .Values.frontend.assets.path }}"
- name: PORTAL_BACKEND_URL
Expand All @@ -78,10 +80,14 @@ spec:
value: "{{ .Values.centralidp.realm }}"
- name: CLIENT_ID
value: "{{ .Values.centralidp.clients.portal }}"
- name: CLIENT_ID_REGISTRATION
value: "{{ .Values.centralidp.clients.registration }}"
- name: CLIENT_ID_SEMANTIC
value: "{{ .Values.centralidp.clients.semantic }}"
- name: CLIENT_ID_MIW
value: "{{ .Values.centralidp.clients.miw }}"
- name: CLIENT_ID_BPDM
value: "{{ .Values.centralidp.clients.bpdm }}"
- name: CLIENT_ID_SSI_CREDENTIAL
value: "{{ .Values.centralidp.clients.issuerComponent }}"
ports:
Expand Down
1 change: 1 addition & 0 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ centralidp:
registration: "Cl1-CX-Registration"
semantic: "Cl3-CX-Semantic"
miw: "Cl5-CX-Custodian"
bpdm: "Cl7-CX-BPDM"
technicalRolesManagement: "technical_roles_management"
issuerComponent: "Cl24-CX-SSI-CredentialIssuer"

Expand Down

0 comments on commit dfd1e6b

Please sign in to comment.