Skip to content
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
merged 6 commits into from
Aug 10, 2020

Conversation

AlexisMontagne
Copy link
Contributor

To support passing Duration to stscreds.WebIdentityRoleProvider

AlexisMontagne and others added 4 commits August 4, 2020 17:15
Remove const default duration, fallback to API operation's default behavior if unset.
@jasdel jasdel force-pushed the sts/web-identity-duration branch from 31fe890 to 53dfe7b Compare August 5, 2020 00:17
@jasdel jasdel requested review from skmcgrail and skotambkar August 5, 2020 00:18
@jasdel jasdel requested a review from skotambkar August 5, 2020 16:28
@jasdel jasdel merged commit 29a5bc2 into aws:master Aug 10, 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.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants