You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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!
ISSUE TYPE
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
The text was updated successfully, but these errors were encountered: