Skip to content

Commit

Permalink
feat(technicaluser): add authServiceUrl in administration service (#432
Browse files Browse the repository at this point in the history
)

Reviewed-By: Phil Schneider <info@philschneider.de>
Refs: eclipse-tractusx/portal-backend#976
  • Loading branch information
AnuragNagpure authored Sep 19, 2024
1 parent c7f4794 commit ba39483
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,8 @@ spec:
value: "{{ .Values.backend.administration.serviceAccount.encryptionConfigs.index0.cipherMode }}"
- name: "SERVICEACCOUNT__ENCRYPTIONCONFIGS__0__PADDINGMODE"
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"
value: "{{ .Values.centralidp.clients.technicalRolesManagement }}"
- name: "SERVICEACCOUNT__DIMCREATIONROLES__0__USERROLENAMES__0"
Expand Down

0 comments on commit ba39483

Please sign in to comment.