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

Define a good approach to manage password in terraform #213

Open
dadiorchen opened this issue Nov 27, 2023 · 1 comment
Open

Define a good approach to manage password in terraform #213

dadiorchen opened this issue Nov 27, 2023 · 1 comment

Comments

@dadiorchen
Copy link
Contributor

As we mentioned here: #202 there are some problem with managing the password:

  • The password generated by terraform can not display in the digital ocean panel
  • Because of above, we can not check the password easyly, now, we need to download the state file to check the password in plaint text
  • Storing the password in the state isn't so safe, once we ruined the state file by accident, then, we lost all those password, and every clients connecting to db need to reset the password, we need to do some research to see if there is some way that we can save vault text in git and read it in terraform.
@dadiorchen
Copy link
Contributor Author

@mahdi1ba aslo, welcome to take a look at this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant