Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config to skip TLS cert verification for etcd #5297

Closed
wants to merge 1 commit into from

Commits on Sep 7, 2018

  1. 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.
    Liam Young committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    97bb786 View commit details
    Browse the repository at this point in the history