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

AWS Credential: Add support for STS assume role #4434

Open
bkmeneguello opened this issue Aug 6, 2019 · 2 comments
Open

AWS Credential: Add support for STS assume role #4434

bkmeneguello opened this issue Aug 6, 2019 · 2 comments

Comments

@bkmeneguello
Copy link

ISSUE TYPE
  • Feature Idea
SUMMARY

AWS credentials could support a role ARN and call STS Assume Role service to obtain temporary credentials.
I know the STS Token allow me to do this from outside AWX, but this could be a feature.

https://docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html

@saxonww
Copy link

saxonww commented Sep 10, 2019

I just ran into this myself, and it was pointed out to me that we should be able to present a standard config file (.aws/credentials, .boto, etc.) to the task runner and then pass a profile name to our jobs.

ryanpetrello added a commit to ryanpetrello/awx that referenced this issue Aug 5, 2020
…box-validation

prevent unsafe jinja from being saved in the first place for cred types
@mihai-satmarean
Copy link

I just ran into this myself, and it was pointed out to me that we should be able to present a standard config file (.aws/credentials, .boto, etc.) to the task runner and then pass a profile name to our jobs.

could you provide an example or point to one? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants