-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
aws/credentials/stscreds: Expose Duration to WebIdentityRoleProvider #3356
Merged
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
Remove const default duration, fallback to API operation's default behavior if unset.
jasdel
force-pushed
the
sts/web-identity-duration
branch
from
August 5, 2020 00:17
31fe890
to
53dfe7b
Compare
skotambkar
reviewed
Aug 5, 2020
jasdel
approved these changes
Aug 7, 2020
aws-sdk-go-automation
pushed a commit
that referenced
this pull request
Aug 10, 2020
=== ### Service Client Updates * `service/ec2`: Updates service API and documentation * Remove CoIP Auto-Assign feature references. * `service/glue`: Updates service API and documentation * Starting today, you can further control orchestration of your ETL workloads in AWS Glue by specifying the maximum number of concurrent runs for a Glue workflow. * `service/savingsplans`: Updates service API ### SDK Enhancements * `aws/credentials/stscreds`: Add optional expiry duration to WebIdentityRoleProvider ([#3356](#3356)) * Adds a new optional field to the WebIdentityRoleProvider that allows you to specify the duration the assumed role credentials will be valid for. * `example/service/s3/putObjectWithProgress`: Fix example for file upload with progress ([#3377](#3377)) * Fixes [#2468](#2468) by ignoring the first read of the progress reader wrapper. Since the first read is used for signing the request, not upload progress. * Updated the example to write progress inline instead of newlines. * `service/dynamodb/dynamodbattribute`: Fix typo in package docs ([#3446](#3446)) * Fixes typo in dynamodbattribute package docs.
Merged
aws-sdk-go-automation
added a commit
that referenced
this pull request
Aug 10, 2020
Release v1.34.1 (2020-08-10) === ### Service Client Updates * `service/ec2`: Updates service API and documentation * Remove CoIP Auto-Assign feature references. * `service/glue`: Updates service API and documentation * Starting today, you can further control orchestration of your ETL workloads in AWS Glue by specifying the maximum number of concurrent runs for a Glue workflow. * `service/savingsplans`: Updates service API ### SDK Enhancements * `aws/credentials/stscreds`: Add optional expiry duration to WebIdentityRoleProvider ([#3356](#3356)) * Adds a new optional field to the WebIdentityRoleProvider that allows you to specify the duration the assumed role credentials will be valid for. * `example/service/s3/putObjectWithProgress`: Fix example for file upload with progress ([#3377](#3377)) * Fixes [#2468](#2468) by ignoring the first read of the progress reader wrapper. Since the first read is used for signing the request, not upload progress. * Updated the example to write progress inline instead of newlines. * `service/dynamodb/dynamodbattribute`: Fix typo in package docs ([#3446](#3446)) * Fixes typo in dynamodbattribute package docs.
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.
To support passing Duration to stscreds.WebIdentityRoleProvider