Skip to content
Snippets Groups Projects
Unverified Commit 5eedb556 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #2228 from mattymo/vault_etcd_secure

Vault should use cert auth for etcd
parents c1267004 16629d0b
Branches
Tags
No related merge requests found
......@@ -66,6 +66,8 @@ vault_config:
ha_enabled: "true"
redirect_addr: "https://{{ ansible_default_ipv4.address }}:{{ vault_port }}"
tls_ca_file: "{{ vault_etcd_cert_dir }}/ca.pem"
tls_cert_file: "{{ vault_etcd_cert_dir}}/node-{{ inventory_hostname }}.pem"
tls_key_file: "{{ vault_etcd_cert_dir}}/node-{{ inventory_hostname }}-key.pem"
cluster_name: "kubernetes-vault"
default_lease_ttl: "{{ vault_default_lease_ttl }}"
max_lease_ttl: "{{ vault_max_lease_ttl }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment