Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Portal - BDRS IF] Transition from API Key to Technical User Authentication for BDRS Integration #456

Open
1 of 2 tasks
tfjanjua opened this issue Oct 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tfjanjua
Copy link

tfjanjua commented Oct 17, 2024

Description

We need to update the authentication mechanism for our portal's integration with the BDRS. The current implementation uses an API Key, but it is needed to switch to a new authentication method using a technical user with client ID and secret.

Acceptance Criteria

  • Replace the API Key authentication with the technical user credentials (client ID and secret etc.).
  • Add following keys to charts/templates/cronjob-backend-processes.yaml for BDRS
            - name: "BPNDIDRESOLVER__USERNAME"
              value: "{{ .Values.backend.placeholder }}"
            - name: "BPNDIDRESOLVER__PASSWORD"
              value: "{{ .Values.backend.placeholder }}"
            - name: "BPNDIDRESOLVER__GRANTTYPE"
              value: "{{ .Values.backend.processesworker.bpnDidResolver.grantType }}"
            - name: "BPNDIDRESOLVER__CLIENTID"
              value: "{{ .Values.backend.processesworker.bpnDidResolver.clientId }}"
            - name: "BPNDIDRESOLVER__CLIENTSECRET"
              valueFrom:
                secretKeyRef:
                  name: "{{ .Values.backend.interfaces.secret }}"
                  key: "bpndidresolver-client-secret"
            - name: "BPNDIDRESOLVER__SCOPE"
              value: "{{ .Values.backend.processesworker.bpnDidResolver.scope }}"
            - name: "BPNDIDRESOLVER__TOKENADDRESS"
              value: "{{ .Values.centralidp.address }}{{ .Values.backend.keycloak.central.tokenPath }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: NEW USER REQUEST
Development

No branches or pull requests

1 participant