Support AWS datasources for cross account access. #1157
kirthiprakash
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hi @kirthiprakash, this is an interesting idea! One possibility that should already work is to configure a cross-account profile like this, and then setting I guess another approach would be to call the It's been a while since I've dealt deeply with the nuances of AWS IAM so I may have missed something... But let me know if either of those approaches work. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to support fetching AWS resources by acquiring temporary credentials by calling AWS STS
assumeRole
API for an IAM role of a different AWS account.gomplate
can read a special environment variable which contains the IAM role ARN and hit the AWS STS endpoint to get temporary credentials.The current documentation doesn't talk about the cross account access for AWS and hence I thought this could be an idea worth discussing and if it really has value, we can implement it.
Beta Was this translation helpful? Give feedback.
All reactions