Skip to content

Commit

Permalink
Update CHANGELOG_PENDING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasdel authored Apr 7, 2020
1 parent 8065d77 commit e8acf68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### SDK Features

### SDK Enhancements
* `aws/credentials`: `PolicyArns` can now be passed in to `stscreds.AssumeRoleProvider` and `stscreds.WebIdentityRoleProvider` in the same way as `sts.AssumeRoleInput`.
* `aws/credentials/stscreds`: Add support for policy ARNs ([#3249](https://github.com/aws/aws-sdk-go/pull/3249))
* Adds support for passing AWS policy ARNs to the `AssumeRoleProvider` and `WebIdentityRoleProvider` credential providers. This allows you provide policy ARNs when assuming the role that will further limit the permissions of the credentials returned.

### SDK Bugs

0 comments on commit e8acf68

Please sign in to comment.