Skip to content

Commit

Permalink
chore: remove separate bpn setting for sdfactory
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy authored and Phil91 committed Oct 17, 2024
1 parent 993ae50 commit 820057b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/portal/templates/cronjob-backend-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ spec:
- name: "APPLICATIONCHECKLIST__SDFACTORY__SCOPE"
value: "{{ .Values.backend.processesworker.sdfactory.scope }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__SDFACTORYISSUERBPN"
value: "{{ .Values.backend.processesworker.sdfactory.issuerBpn }}"
value: "{{ .Values.operator.bpn }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__SDFACTORYURL"
value: "{{ .Values.sdfactoryAddress }}{{ .Values.backend.processesworker.sdfactory.selfdescriptionPath }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__USERNAME"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ spec:
- name: "APPLICATIONCHECKLIST__SDFACTORY__SCOPE"
value: "{{ .Values.backend.processesworker.sdfactory.scope }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__SDFACTORYISSUERBPN"
value: "{{ .Values.backend.processesworker.sdfactory.issuerBpn }}"
value: "{{ .Values.operator.bpn }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__SDFACTORYURL"
value: "{{ .Values.sdfactoryAddress }}{{ .Values.backend.processesworker.sdfactory.selfdescriptionPath }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__CLEARINGHOUSECONNECTDISABLED"
Expand Down
2 changes: 0 additions & 2 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -872,8 +872,6 @@ backend:
selfdescriptionPath: "/api/rel3/selfdescription"
scope: "openid"
grantType: "client_credentials"
# -- Provide BPN for sdfactory.
issuerBpn: "BPNDUMMY000DUMMY"
# -- Provide sdfactory client-id from CX IAM centralidp.
clientId: "sdfactory-client-id"
# -- Client-secret for sdfactory client-id. Secret-key 'sdfactory-client-secret'.
Expand Down

0 comments on commit 820057b

Please sign in to comment.