-
Notifications
You must be signed in to change notification settings - Fork 578
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(credential-providers): collect credential providers in single pa…
…ckage (#2672) * feat(credential-providers): collect credential providers in public facing package * feat(credential-providers): support temporary credentials provider Equivalent to ChainableTemporaryCredentials class in v2 SDK. The provider is not re-exported from standalone package or used in the credential- provider-ini because the roleAssumers function interface in other packages does not suite the usecase of this provider. In roleAssumer interface, the master credential is required. It's not true for fromTemporaryCredentials, where master credentials can be skipped, in which case the default credential will be used. * docs: remove inline import to improve docs * docs(credentail-providers): wrap other providers and add README * docs(credential-provider): mark other provider as internal * docs(upgrading): update the upgrading guide * docs: use clientConfig to override all creds providers client config Co-authored-by: Trivikram Kamat <16024985+trivikr@users.noreply.github.com>
- Loading branch information
1 parent
fac5f27
commit 5375c91
Showing
34 changed files
with
1,983 additions
and
567 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
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
Oops, something went wrong.