-
Notifications
You must be signed in to change notification settings - Fork 10
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: add identity provider to DTR #361
Feat: add identity provider to DTR #361
Conversation
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
...est/java/org/eclipse/tractusx/puris/backend/common/security/OAuth2ClientInterceptorTest.java
Fixed
Show fixed
Hide fixed
...est/java/org/eclipse/tractusx/puris/backend/common/security/OAuth2ClientInterceptorTest.java
Fixed
Show fixed
Hide fixed
579ee04
to
d4ed09d
Compare
679619d
to
543dd0a
Compare
…ser with all permissions
# Conflicts: # backend/src/main/java/org/eclipse/tractusx/puris/backend/common/ddtr/logic/DtrAdapterService.java # charts/puris/README.md # local/docker-compose.yaml
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.
Very well done,
just some minor remarks from my side.
...c/main/java/org/eclipse/tractusx/puris/backend/common/security/DtrSecurityConfiguration.java
Outdated
Show resolved
Hide resolved
...nd/src/main/java/org/eclipse/tractusx/puris/backend/common/ddtr/logic/DtrAdapterService.java
Outdated
Show resolved
Hide resolved
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.
Almost there :)
...c/main/java/org/eclipse/tractusx/puris/backend/common/security/DtrSecurityConfiguration.java
Show resolved
Hide resolved
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.
LGTM, thank you very much :)
# Conflicts: # backend/pom.xml # backend/src/main/java/org/eclipse/tractusx/puris/backend/common/edc/logic/util/EdcRequestBodyBuilder.java # charts/puris/README.md # charts/puris/values.yaml # local/docker-compose.yaml # local/tractus-x-edc/config/customer/puris-backend.properties # local/tractus-x-edc/config/supplier/puris-backend.properties
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.
As described by @tom-rm-meyer-ISST in the description, the changes in this PR based on LOC are minimal. This is due to the autogenerated realm files like this one or this one. Therefore, the actual LOC are under 1000.
To prevent future misinterpretations, it should be checked if these autogenerated files are mentioned in a NOTICE
file.
Description
Add identity provider configuration for the PURIS backend:
Changes:
Note: changes without formatting
git diff --stat -w main
results in delta of 6062 lines of code (loc) of which the following are no code changes:result (not even considering inline documentation like javadoc): 951 loc
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: