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
We've been trying to ascertain a clean way in which we can leverage Vault to provide credentials (or scripts or syntax) to a nomad job through the template, without physically colocating AWS keys/secrets onto the nomad host itself.
Is there no way to do this without touching the actual nomad server?
We'd like to be able to plan out job/tasks that cross over several ECR repositories, and private repos, not just one, and although we could put numerous profiles in the /root/.aws/credentials file, that pretty much defeats the use of Vault to keep this information out of people's hands.
We haven't found a clean way to do this.
Is this possible?
Existing cluster, already integrated with Vault. Leave it untouched. We have a new task that needs to pull the image from ECR.
The text was updated successfully, but these errors were encountered:
That being said, given that you're on AWS and using ECR, you might find better results from assigning an IAM role to the client nodes that has a restrictive set of permissions to pull from the ECR registry and nothing else.
We've been trying to ascertain a clean way in which we can leverage Vault to provide credentials (or scripts or syntax) to a nomad job through the template, without physically colocating AWS keys/secrets onto the nomad host itself.
Is there no way to do this without touching the actual nomad server?
We'd like to be able to plan out job/tasks that cross over several ECR repositories, and private repos, not just one, and although we could put numerous profiles in the /root/.aws/credentials file, that pretty much defeats the use of Vault to keep this information out of people's hands.
We haven't found a clean way to do this.
Is this possible?
Existing cluster, already integrated with Vault. Leave it untouched. We have a new task that needs to pull the image from ECR.
The text was updated successfully, but these errors were encountered: