-
Notifications
You must be signed in to change notification settings - Fork 582
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
chore(credential-providers): add credential attribution #6546
Conversation
ce8eb61
to
fea98a1
Compare
fea98a1
to
834aa7a
Compare
* | ||
* @returns the credentials with source feature attribution. | ||
*/ | ||
export function setCredentialFeature<F extends keyof AwsSdkCredentialsFeatures>( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: move to a new file setCredentialFeature
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done, added unit tests
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
n/a
Description
Adds feature detection for credential sources, with the exceptions of:
which will be completed later due to needing further customization.
Testing