Skip to content

Commit

Permalink
build: add dimUserRole config (#440)
Browse files Browse the repository at this point in the history
Refs: eclipse-tractusx/portal-backend#1007
Reviewed-By: Evelyn Gurschler <[email protected]>
Reviewed-By: Norbert Truchsess <[email protected]>
  • Loading branch information
Phil91 authored Oct 8, 2024
1 parent f509c52 commit 22c96d9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ spec:
value: "{{ .Values.decentralIdentityManagementAuthAddress }}"
- name: "APPMARKETPLACE__ISSUERDID"
value: "{{ .Values.backend.administration.issuerdid }}"
- name: "APPMARKETPLACE__DIMUSERROLES__0__CLIENTID"
value: "{{ .Values.centralidp.clients.technicalRolesManagement }}"
- name: "APPMARKETPLACE__DIMUSERROLES__0__USERROLENAMES__0"
value: "{{ .Values.backend.administration.serviceAccount.dimCreationRoles.role0 }}"
- name: "APPMARKETPLACE__BPNDIDRESOLVERURL"
value: "{{ .Values.bpnDidResolver.directoryApiAddress }}"
- name: "HEALTHCHECKS__0__PATH"
Expand Down
4 changes: 4 additions & 0 deletions charts/portal/templates/deployment-backend-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ spec:
value: "{{ .Values.centralidp.clients.portal }}"
- name: "SERVICES__COMPANYADMINROLES__0__USERROLENAMES__0"
value: "{{ .Values.backend.services.companyAdminRoles.role0 }}"
- name: "SERVICES__DIMUSERROLES__0__CLIENTID"
value: "{{ .Values.centralidp.clients.technicalRolesManagement }}"
- name: "SERVICES__DIMUSERROLES__0__USERROLENAMES__0"
value: "{{ .Values.backend.administration.serviceAccount.dimCreationRoles.role0 }}"
- name: "MAILINGPROCESSCREATION__ENCRYPTIONCONFIGINDEX"
value: "{{ .Values.backend.processesworker.mailing.encryptionConfigIndex }}"
- name: "MAILINGPROCESSCREATION__ENCRYPTIONCONFIGS__0__INDEX"
Expand Down

0 comments on commit 22c96d9

Please sign in to comment.