Replies: 2 comments 1 reply
-
|
Hey @Drupi did you manage to solve this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@Drupi I don't think Concourse will ever have a way of doing that, it goes against Concourse being platform agnostic. The only thing Concourse will currently pass from host to containers is |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
We are using the Concourse Workers running in EKS cluster. I've had an idea to create a ServiceAccount for the workers with AWS IAM role enabled. Is there any option to be able to pass the Token and AWS_ROLE parametr to every task running within those workers ?
Concourse worker pod has two parameters that are missing within the task:
AWS_WEB_IDENTITY_TOKEN_FILE=/var/run/secrets/eks.amazonaws.com/serviceaccount/token
AWS_ROLE=arn:aws:iam::ACCOUNT_ID:role/concourse
Beta Was this translation helpful? Give feedback.
All reactions