From c1caee5231a2412499139f3fc713bb1fb40eca66 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Wed, 16 Oct 2024 18:33:15 +0200 Subject: [PATCH] chore: remove separate bpn setting for sdfactory --- charts/portal/templates/cronjob-backend-processes.yaml | 2 +- charts/portal/templates/deployment-backend-administration.yaml | 2 +- charts/portal/values.yaml | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/portal/templates/cronjob-backend-processes.yaml b/charts/portal/templates/cronjob-backend-processes.yaml index 4badd5da..643879f0 100644 --- a/charts/portal/templates/cronjob-backend-processes.yaml +++ b/charts/portal/templates/cronjob-backend-processes.yaml @@ -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" diff --git a/charts/portal/templates/deployment-backend-administration.yaml b/charts/portal/templates/deployment-backend-administration.yaml index 6ac024f4..aa28dd58 100644 --- a/charts/portal/templates/deployment-backend-administration.yaml +++ b/charts/portal/templates/deployment-backend-administration.yaml @@ -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" diff --git a/charts/portal/values.yaml b/charts/portal/values.yaml index 38c08e11..002d73fb 100644 --- a/charts/portal/values.yaml +++ b/charts/portal/values.yaml @@ -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'.