-
Notifications
You must be signed in to change notification settings - Fork 22
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
feat(BpnDidService): Transition from API Key to Technical User Authentication for BDRS Integration (#59) #1129
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before approving I'd wait for the PRs to adjust the configuration in the portal repo and add the technical user in the portal-iam repo
@Phil91 configuration PR has been attached Seed data (related to Service Account of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes so that the PR doesn't get merged until there's an according change on BDRS side eclipse-tractusx/sig-release#959 (comment)
Just FYI: @evegufy | @Phil91, I have added Seed Data for a technical user for |
6f84f0d
to
3d969b4
Compare
3d969b4
to
e4435a5
Compare
@tfjanjua as there was a conflict with latest seeding-data related changes on main I did rebase the branch on main and did a force-push to your repo. Please pull those changes before applying further commits. |
Quality Gate passedIssues Measures |
don't merge until change from BDRS side is clarified. |
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.
Why
The endpoints the portal is hitting remain unchanged, however, the error handling got improved to support the new errors provided with the technical user authentication method.
Issue
Ref: #1078
Corresponding Configuration PR
eclipse-tractusx/portal#474
Checklist