hashicorp / terraform-google-vault

A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Apache License 2.0
113 stars 75 forks source link

Vault UI not enabled in 0.1.1 #30

Open dalekurt opened 5 years ago

dalekurt commented 5 years ago

The latest release 0.1.1 does not enable the vault UI by default. The variable enable-vault-ui is not apart of the release. Therefore the terraform condition does not pass the --enable-vault-ui to /opt/vault/bin/run-vault which generates the config file. This results in ui = false

josh-padnick commented 5 years ago

Thanks for this feedback. We'll plan to get this fixed next week.

030 commented 5 years ago

Any updates on this?