Rémi Lapeyre
Rémi Lapeyre
Hi, we have this issue with our teams, either we add a dependency to a module that we later don't need anymore but forgot to remove it from `atlantis.yaml` our...
> Could this be implemented in `_from_parts()` to avoid doubling up the code? Yes, thanks!
Thanks for the feedback, I mainly opened this PR as a part of a larger change I'm working on in Terraform, it's also what I'm using in a CLI tool...
Hi @mleonhard, the `random` provider now has an hash attribute in the `random_password` resource so this issue can be closed: https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/password#bcrypt_hash
Hi @BlueSpaceCanary, thanks for looking into this. I will fix this in the coming week.
Hi @nullc4t, I think there is an issue with the way you have setup permissions for Consul to access the Vault PKI mount as is reported in Consul's log. I...
Hi @xeroc, thanks for opening this. I opened https://github.com/remilapeyre/vault-acme/pull/37 that should make it possible to use this plugin with fabio. I don't have any fabio deployment myself, can you please...
After updating the plugin file, you will need to update the shasum in the plugin catalog and make sure that Vault is using the new plugin, not the previous version....
Hi @XDjackieXD, when Vault aborts the request because it took too long there is sadly not much information to return. Can you please try to set the `ignore_dns_propagation` parameter in...
Hi @outbackdingo, I don't use Kubernetes so I'm not sure what would be needed to make it work. Could you look into it or add links to the relevant documentation?