-
Notifications
You must be signed in to change notification settings - Fork 634
Closed as not planned
Labels
cross-sdkfeature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.
Description
Describe the feature
Is there any work planned to include a credential-provider that implements the authentication signing process to get temporary credentials from IAM Roles Anywhere?
Use Case
Our team had to manually implement the signing process to get temporary credentials from IAM Roles Anywhere. It would be nice to have a centralized solution.
Proposed Solution
Create a provider that takes the following parameters and returns temporary credentials:
- x.509 certificate
- private key
- IAM Roles Anywhere trust anchor ARN
- IAM Roles Anywhere private key ARN
- IAM role ARN
- others if needed (private key passphrase, duration seconds, region, etc.)
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
3.821.0
Environment details (OS name and version, etc.)
AL2
Metadata
Metadata
Assignees
Labels
cross-sdkfeature-requestNew feature or enhancement. May require GitHub community feedback.New feature or enhancement. May require GitHub community feedback.