Closed as not planned
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