-
Notifications
You must be signed in to change notification settings - Fork 266
Terraform should bcrypt adminPassword #643
Comments
Unfortunately that feature doesn't exist in Terraform Upstream. We could add it but it might take some time. |
OK. Until then, we can do it in JS. |
@ggreer we have someone who will be adding this upstream soon. |
Upstream PR hashicorp/terraform#14725 |
Just FYI - the linked PR was just merged and will be part of 0.9.7 release. |
@radeksimko Nice! Thanks for the update. |
Upstream was validated, the backend change can happen very quickly, as long as we get to update Terraform. |
It will take another 3 weeks for Terraform 0.9.10 to be released, which is likely be the next version we use. Pushing for now. |
@Quentin-M there are no more |
I guess that is what I meant, 0.10, not 0.9 :) Thanks for reaching out! For what it's worth, we do not plan to update to 0.9.7 nor 0.9.8 as they both suffer from a regression in |
Understood, sorry for the regression. 🙈 Just in case you missed this - there's a blogpost about planned changes which may affect you in 0.10: |
Thanks a lot, truly appreciate it! We are all looking forward to it! |
Currently, the user has to provide the bcrypted, base64-encoded password. We also have to calculate this in the GUI. Doing this in terraform would make for a better experience for users.
The text was updated successfully, but these errors were encountered: