Skip to content
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

Closed
makarek opened this issue Feb 28, 2019 · 5 comments
Closed

How are you handling passwords #501

makarek opened this issue Feb 28, 2019 · 5 comments
Labels
question Further information is requested

Comments

@makarek
Copy link

makarek commented Feb 28, 2019

I'm curious how others handling their password for terraform ?
Do you put it in repo ?

@mechastorm
Copy link

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

workflows:
  my_env:
    plan:
      steps:
        - plan:
            extra_args: [
              "-var 'assume_role_arn=my_role",
              '-var "my_secret=$(aws ssm get-parameter --name /path/to/secret--with-decryption --region aws_region --output text --query Parameter.Value)"',
            ]

@lkysow lkysow added the question Further information is requested label Mar 1, 2019
@lkysow
Copy link
Member

lkysow commented Mar 1, 2019

their password for terraform

Hi @makarek, can you tell us what password you're referring to?

@makarek
Copy link
Author

makarek commented Mar 4, 2019

Hi lkysow

I was referring to secret like for eg. password for VMware cluster and so on.
I was curious how other handling such stuff.

@lkysow
Copy link
Member

lkysow commented Mar 7, 2019

This answer might be useful: #471 (comment)

If you're talking about using the VMWare provider then you could run Atlantis with the VSPHERE_USER and VSPHERE_PASSWORD environment variables set where Atlantis is running.

@lkysow lkysow added the waiting-on-response Waiting for a response from the user label Mar 7, 2019
@lkysow
Copy link
Member

lkysow commented Mar 14, 2019

Closing because I think I've answered the question and I haven't heard back in a week.

@lkysow lkysow closed this as completed Mar 14, 2019
@lkysow lkysow removed the waiting-on-response Waiting for a response from the user label Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants