-
Notifications
You must be signed in to change notification settings - Fork 269
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
Is your feature request related to a problem? Please describe.
The current InternalAwsSecurityCredentialsSupplier does not support all AWS authentication methods and depends on an AWSCredentialSource. In many cases, it would be useful to have a built-in implementation that leverages the AWS Default Credentials provider chain.
Describe the solution you'd like
A full implementation, similar to the one shown in this sample, could be added as a separate class (e.g., DefaultAwsSecurityCredentialsSupplier) that uses the default AWS credential resolution logic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.