Replies: 1 comment
-
As luck would have it I was just playing around with this the other day. In theory you should be able to do it using the role-based authentication system described in Using Web Idenity tokens from ENV vars. I unfortunately hit some unrelated problems and had to move on to other stuff, but the docs certainly suggest it should work with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently using the package with this config on ECS, and it works fine, it gets the role associated to the ECS task.
I recently tried to deploy my service on EKS, but instead of using the profile provided by the
ServiceAccount
, it uses the profile of the node.Is there any way to configure
ex_aws
to make it use the ServiceAccount role but still work with ECS ?Thanks,
Robin
Beta Was this translation helpful? Give feedback.
All reactions