awx icon indicating copy to clipboard operation
awx copied to clipboard

AWS Credential: Add support for STS assume role

Open bkmeneguello opened this issue 5 years ago • 2 comments

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

bkmeneguello avatar Aug 06 '19 14:08 bkmeneguello

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.

saxonww avatar Sep 10 '19 19:09 saxonww

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!

mihai-satmarean avatar Aug 08 '22 09:08 mihai-satmarean