Skip to content

Commit

Permalink
feat(userRoles): add dim user roles to service account settings (#435)
Browse files Browse the repository at this point in the history
Refs: eclipse-tractusx/portal-backend#1022
Reviewed-By: Evelyn Gurschler <evelyn.gurschler@bmw.de>
  • Loading branch information
Phil91 authored Sep 23, 2024
1 parent ab14019 commit d798e0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -466,9 +466,9 @@ spec:
value: "{{ .Values.backend.administration.serviceAccount.encryptionConfigs.index0.paddingMode }}"
- name: "SERVICEACCOUNT__AUTHSERVICEURL"
value: "{{ .Values.centralidp.address }}{{ .Values.backend.keycloak.central.tokenPath }}"
- name: "SERVICEACCOUNT__DIMCREATIONROLES__0__CLIENTID"
- name: "SERVICEACCOUNT__DIMUSERROLES__0__CLIENTID"
value: "{{ .Values.centralidp.clients.technicalRolesManagement }}"
- name: "SERVICEACCOUNT__DIMCREATIONROLES__0__USERROLENAMES__0"
- name: "SERVICEACCOUNT__DIMUSERROLES__0__USERROLENAMES__0"
value: "{{ .Values.backend.administration.serviceAccount.dimCreationRoles.role0 }}"
- name: "SWAGGERENABLED"
value: "{{ .Values.backend.administration.swaggerEnabled }}"
Expand Down

0 comments on commit d798e0f

Please sign in to comment.