Skip to content

Commit

Permalink
feat(clearinghouse): add feature toggle for sd connectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil91 committed Jun 20, 2024
1 parent 3329bcb commit e2d815a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/portal/templates/cronjob-backend-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ spec:
value: "{{ .Values.sdfactoryAddress }}{{ .Values.backend.processesworker.sdfactory.selfdescriptionPath }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__USERNAME"
value: "{{ .Values.backend.placeholder }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__CLEARINGHOUSECONNECTDISABLED"
value: "{{ .Values.backend.processesworker.clearinghouseConnectDisabled }}"
- name: "APPLICATIONCHECKLIST__DIM__USERNAME"
value: "{{ .Values.backend.placeholder }}"
- name: "APPLICATIONCHECKLIST__DIM__PASSWORD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ spec:
value: "{{ .Values.backend.processesworker.sdfactory.issuerBpn }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__SDFACTORYURL"
value: "{{ .Values.sdfactoryAddress }}{{ .Values.backend.processesworker.sdfactory.selfdescriptionPath }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__CLEARINGHOUSECONNECTDISABLED"
value: "{{ .Values.backend.processesworker.clearinghouseConnectDisabled }}"
- name: "APPLICATIONCHECKLIST__SDFACTORY__USERNAME"
value: "{{ .Values.backend.placeholder }}"
- name: "APPLICATIONCHECKLIST__DIM__USERNAME"
Expand Down Expand Up @@ -277,6 +279,8 @@ spec:
value: "{{ .Values.backend.administration.connectors.validCertificationContentTypes.type3 }}"
- name: "CONNECTORS__SELFDESCRIPTIONDOCUMENTURL"
value: "{{ .Values.portalBackendAddress }}{{ .Values.backend.administration.connectors.selfDescriptionDocumentPath }}"
- name: "CONNECTORS__CLEARINGHOUSECONNECTDISABLED"
value: "{{ .Values.backend.processesworker.clearinghouseConnectDisabled }}"
- name: "DOCUMENT__ENABLESEEDENDPOINT"
value: "True"
- name: "DOCUMENT__FRAMEDOCUMENTTYPEIDS__0"
Expand Down
1 change: 1 addition & 0 deletions charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,7 @@ backend:
# -- EncryptionKey to encrypt the parameters of mailing processes. Secret-key 'mailing-encryption-key0'.
# Expected format is 256 bit (64 digits) hex.
encryptionKey: ""
clearinghouseConnectDisabled: false
placeholder: "empty"

postgresql:
Expand Down

0 comments on commit e2d815a

Please sign in to comment.