-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PPANTT-129] feat: Authorizer API key configuration with segregation codes #500
Merged
jacopocarlini
merged 102 commits into
main
from
PPANTT-129-bo-authorizer-api-key-with-segregation-codes
Sep 24, 2024
Merged
[PPANTT-129] feat: Authorizer API key configuration with segregation codes #500
jacopocarlini
merged 102 commits into
main
from
PPANTT-129-bo-authorizer-api-key-with-segregation-codes
Sep 24, 2024
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
Co-authored-by: Jacopo Carlini <[email protected]> Co-authored-by: pagopa-github-bot <[email protected]> Co-authored-by: Samuele Varianti <[email protected]> Co-authored-by: Alessio Cialini <[email protected]> Co-authored-by: svariant <[email protected]> Co-authored-by: Alessio Cialini <[email protected]> Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com> Co-authored-by: giomella <[email protected]>
) Co-authored-by: Jacopo Carlini <[email protected]> Co-authored-by: pagopa-github-bot <[email protected]> Co-authored-by: Samuele Varianti <[email protected]> Co-authored-by: Alessio Cialini <[email protected]> Co-authored-by: svariant <[email protected]> Co-authored-by: Alessio Cialini <[email protected]> Co-authored-by: renovate-pagopa[bot] <164534245+renovate-pagopa[bot]@users.noreply.github.com> Co-authored-by: giomella <[email protected]>
Co-authored-by: pagopa-github-bot <[email protected]> Co-authored-by: Jacopo Carlini <[email protected]>
# Conflicts: # helm/Chart.yaml # helm/values-dev.yaml # helm/values-prod.yaml # helm/values-uat.yaml # openapi/openapi.json # pom.xml # src/main/java/it/pagopa/selfcare/pagopa/backoffice/entity/WrapperEntityStation.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/mapper/StationMapper.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/mapper/StationMapperImpl.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/repository/WrapperStationsRepository.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/StationService.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/WrapperService.java # src/test/java/it/pagopa/selfcare/pagopa/backoffice/service/StationServiceTest.java # src/test/java/it/pagopa/selfcare/pagopa/backoffice/service/WrapperServiceTest.java
# Conflicts: # helm/Chart.yaml # helm/values-dev.yaml # helm/values-prod.yaml # helm/values-uat.yaml # openapi/openapi.json # pom.xml # src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/ChannelService.java
# Conflicts: # openapi/openapi.json
Co-authored-by: Jacopo Carlini <[email protected]>
# Conflicts: # helm/Chart.yaml # helm/values-dev.yaml # helm/values-prod.yaml # helm/values-uat.yaml # openapi/openapi.json # pom.xml # src/main/java/it/pagopa/selfcare/pagopa/backoffice/client/ExternalApiClient.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/ApiManagementService.java # src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/CreditorInstitutionService.java # src/test/java/it/pagopa/selfcare/pagopa/backoffice/service/ApiManagementServiceTest.java
gioelemella
requested review from
alessio-cialini,
svariant and
a team
as code owners
September 19, 2024 12:47
6 tasks
src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/ApiManagementService.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/ApiManagementService.java
Dismissed
Show dismissed
Hide dismissed
src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/ApiManagementService.java
Fixed
Show fixed
Hide fixed
src/main/java/it/pagopa/selfcare/pagopa/backoffice/service/ApiManagementService.java
Fixed
Show fixed
Hide fixed
…' of https://github.com/pagopa/pagopa-selfcare-ms-backoffice-backend into PPANTT-129-bo-authorizer-api-key-with-segregation-codes
jacopocarlini
approved these changes
Sep 23, 2024
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Quality Gate passedIssues Measures |
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.
List of Changes
added creditor instiution segregation codes in broker's API key authorizer config on:
updated openapi
updated unit tests
depends on [PPANTT-129] feat: Add API to retrieve creditor institution segregation codes pagopa-api-config-selfcare-integration#61
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
expected)
Checklist: