You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy. If I'm reading the code correctly in /templates/vault_backend_raft.j2, when you set "vault_tls_disable: false", and specify the TLS certificate files for API client communication, and Integrated Storage (Raft) is also configured, the role will populate the leader_*_cert_file in the retry_join stanzas, thereby disabling Raft node-to-node mTLS. Is this correct? And, if so, is there a way to avoid this cleanly? Thanks in advance.
Thanks for this role! It's very functional, and gets us very far along in configuring Vault.
The text was updated successfully, but these errors were encountered:
Howdy. If I'm reading the code correctly in
/templates/vault_backend_raft.j2
, when you set "vault_tls_disable: false", and specify the TLS certificate files for API client communication, and Integrated Storage (Raft) is also configured, the role will populate theleader_*_cert_file
in theretry_join
stanzas, thereby disabling Raft node-to-node mTLS. Is this correct? And, if so, is there a way to avoid this cleanly? Thanks in advance.Thanks for this role! It's very functional, and gets us very far along in configuring Vault.
The text was updated successfully, but these errors were encountered: