forked from hashicorp/vault
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config to skip TLS cert verification for etcd
This change adds a new configuration option to the etcd backend section. tls_insecure_skip_verify allows the user to instruct vault to skip the verification of the certificates presented by etcd. Setting tls_insecure_skip_verify to 'true' is a work around to issue hashicorp#4961. If a user sets tls_insecure_skip_verify to 'true' then vault is vunerable to man-in-the-middle attacks when communicating with etcd.
- Loading branch information
Liam Young
committed
Sep 7, 2018
1 parent
839d1ed
commit 97bb786
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters