-
Notifications
You must be signed in to change notification settings - Fork 16
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(single-api): retrieve passport data from single API call in the dpp-backend #296
Closed
saudkhan116
wants to merge
53
commits into
eclipse-tractusx:feature/backend-single-api
from
catenax-ng:feature/cmp-1025/single-api
Closed
feat(single-api): retrieve passport data from single API call in the dpp-backend #296
saudkhan116
wants to merge
53
commits into
eclipse-tractusx:feature/backend-single-api
from
catenax-ng:feature/cmp-1025/single-api
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
with ned eeded classes to work
…SimpleApiConfig class
…ct-pass into feature/cmp-1025/single-api
…d added error handling
…nax-ng/tx-digital-product-pass into feature/cmp-1025/single-api
…oduct-pass into feature/cmp-1147/dtr-policy-check
…d initial policy parsing logic
… application.yaml
…emove values dev and beta files
…art versions to v2.3.0
…oduct-pass into feature/cmp-1025/single-api
We need to test this before I can approve to merge |
…election objectÂÂÂ'
…fixed-license-headers fix: adjusted copyright headers
…heck Feature/cmp 1147/dtr policy check: Enable policy configuration in the digital product pass backend component for dDTR
matbmoser
force-pushed
the
feature/cmp-1025/single-api
branch
from
May 6, 2024 12:56
105eb85
to
56ef97a
Compare
matbmoser
requested changes
May 7, 2024
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.
I see no sense in this PR since we already have one with the latest updates integrated #308
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why we create this PR?
To create a single API POST method that allows to retrieve the passports data by abstracting of all the API calls needed to do so. Authentication is done using the API Key method.
What we want to achieve with this PR?
The passport data should be retrieved with only one backend API call.
What is new?
Added
charts/digital-product-pass
anddpp-backend/charts/digital-product-pass-backend
Updated
Issue(s) Linked to:
#277