-
Notifications
You must be signed in to change notification settings - Fork 910
Adding New StsWebIdentityTokenFileCredentialsProvider in sts module that accepts STSClien #3220
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
Merged
Conversation
This file contains hidden or 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
Closed
13 tasks
b2ad1f1
to
568eea1
Compare
zoewangg
reviewed
Jun 1, 2022
...in/java/software/amazon/awssdk/auth/credentials/WebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...a/software/amazon/awssdk/services/sts/internal/AssumeRoleWithWebIdentityRequestSupplier.java
Outdated
Show resolved
Hide resolved
...java/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenCredentialProviderTest.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
568eea1
to
b68a065
Compare
zoewangg
reviewed
Jun 3, 2022
...java/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenCredentialProviderTest.java
Outdated
Show resolved
Hide resolved
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
3342c2e
to
e705792
Compare
zoewangg
reviewed
Jun 7, 2022
...ava/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenFileCredentialsProvider.java
Outdated
Show resolved
Hide resolved
...java/software/amazon/awssdk/services/sts/auth/StsWebIdentityTokenCredentialProviderTest.java
Outdated
Show resolved
Hide resolved
130de31
to
07ba2bd
Compare
zoewangg
approved these changes
Jun 8, 2022
…hat accepts STSClient
2797dba
to
5d29684
Compare
SonarCloud Quality Gate failed. |
aws-sdk-java-automation
added a commit
that referenced
this pull request
Sep 3, 2024
…1891860f8 Pull request: release <- staging/7715e9ec-107c-431f-800e-4b41891860f8
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.
Extension of PR #2488
Adding New WebIdentityTokenFileCredentialsProvider in sts that accepts STSClient
Description
Usage
3 . Credential provider that will read web identity token file path, aws role arn, aws session name from Builders And StsClient will be used as it is passed in the Builder.
Motivation and Context
StsWebIdentityCredentialsProvider
#1881Testing
Screenshots (if appropriate)
Types of changes
Checklist
mvn install
succeedsLicense