-
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
[PAGOPA-2066] fix(utility): Update extractMetadataAsString
#36
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.
This pull request does not contain a valid label. Please add one of the following labels: ['bug', 'enhancement', 'breaking-change', 'ignore-for-release']
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.
🔝
Quality Gate passedIssues Measures |
List of Changes
extractMetadataAsString
: key suffix has been added whenGenericPair
is 1this update changes
AuthConfiguration
metadata in body requestPOST /cache/domains/{domain}
, executed whenaddAuthConfigurationToAPIMAuthorizer
is calledMotivation and Context
When
otherMetadata
inSubscriptionKeyDomain
isAuthorizer could add a suffix key to improve verification
AS-IS:
metadata=_short=00;;
TO-BE:
metadata=_short=77777777777:00;;
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: