-
Notifications
You must be signed in to change notification settings - Fork 861
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
Add support for Multi Auth Sigv4a for Service metadata #5761
Add support for Multi Auth Sigv4a for Service metadata #5761
Conversation
bc249c5
to
73929a9
Compare
@@ -199,6 +206,14 @@ static class TestCase { | |||
private final String outputFileSuffix; | |||
private final String caseName; | |||
|
|||
|
|||
@Override | |||
public String toString() { |
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 is needed to get the Test case names in the Parameterized test case titles for each tests
@@ -24,6 +24,7 @@ public enum AuthType { | |||
CUSTOM("custom"), | |||
IAM("iam"), | |||
V4("v4"), | |||
V4a("v4a"), |
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.
nit: why not V4A
?
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.
Done, changed to V4A
Quality Gate passedIssues Measures |
8f58170
into
feature/master/multi-auth-sigv4a
Motivation and Context
Support
sigv4a
authModifications
Note : Separate PR will be created for operation with Sigv4a trait and unsignedPayload. This PR is sepcific just to service metadata
Testing
License