forked from aws/aws-cdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(plugin): Simplify contract for credential providers (aws#646)
Only require credential provider plugins to provide `aws.Credentials` instances, and not `aws.CredentialProviderChain`. That is a much simpler contract to fulfill, and it still offers ability to vend self-refreshing credentials in an efficient manner.
- Loading branch information
1 parent
54c202a
commit 4dae9dc
Showing
2 changed files
with
13 additions
and
15 deletions.
There are no files selected for viewing
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
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