Skip to content
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

Add Support for IAM Roles Anywhere CreateSession #2731

Open
2 tasks
rittneje opened this issue Jul 19, 2022 · 3 comments
Open
2 tasks

Add Support for IAM Roles Anywhere CreateSession #2731

rittneje opened this issue Jul 19, 2022 · 3 comments
Labels
feature-request A feature should be added or improved.

Comments

@rittneje
Copy link

Describe the feature

Add native support for CreateSession to the SDK.

Use Case

We would like to leverage IAM Roles Anywhere to "bootstrap" AWS credentials into our external services that are written in Ruby. We are unable to use the precanned credential_process binaries.

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

3.122.0

Environment details (OS name and version, etc.)

Linux

@rittneje rittneje added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jul 19, 2022
@mullermp
Copy link
Contributor

Thanks for opening an issue. Why are you unable to use the provided credential_process helper?

@rittneje
Copy link
Author

rittneje commented Jul 19, 2022

@mullermp Without getting into the finer details, the main issue is we cannot really deploy an arbitrary executable. We can only deploy the Ruby code.

To be honest I'm not sure what the motivation was for making it a separate process instead of integrating it with the SDKs, given that you need an SDK anyway in order to do anything with the resulting credentials. Plus the credential process assumes the existence of a private key file, which means it is incompatible with things like Azure Key Vault.

@alextwoods
Copy link
Contributor

Thanks for submitting this - I think its a valuable feature request and something the SDK should likely support natively.

@alextwoods alextwoods removed the needs-triage This issue or PR still needs to be triaged. label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

3 participants