-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How are you handling passwords #501
Comments
You might be better off asking in the Slack channel. But if you are asking about sensitive values? For some of my workflows, I pull in our secrets from a secrets store and have Atlantis read that. ie. in your atlantis.yaml, under workflow you could do the following with SSM Parameter Store
|
Hi @makarek, can you tell us what password you're referring to? |
Hi lkysow I was referring to secret like for eg. password for VMware cluster and so on. |
This answer might be useful: #471 (comment) If you're talking about using the VMWare provider then you could run Atlantis with the |
Closing because I think I've answered the question and I haven't heard back in a week. |
I'm curious how others handling their password for terraform ?
Do you put it in repo ?
The text was updated successfully, but these errors were encountered: