canonical / snap-vault

Vault is a tool for securely accessing secrets
https://snapcraft.io/vault
Other
16 stars 9 forks source link

Patch to expose tls_insecure_skip_verify for etcd #11

Closed gnuoy closed 6 years ago

gnuoy commented 6 years ago

Apply a patch to allow tls_insecure_skip_verify to be set in the vault etcd backend config. This will cause vault to skip the validation of the etcd servers TLS cetificate. Specifying 'tls_insecure_skip_verify = "true"' in vaults etcd configuration works around issue https://github.com/hashicorp/vault/issues/4961