cluster_name = "forge" max_lease_ttl = "768h" default_lease_ttl = "768h" disable_clustering = "False" cluster_addr = "http://node_ip:8201" api_addr = "http://node_ip:8200" plugin_directory = "/usr/local/lib/vault/plugins" listener "tcp" { address = "node_ip:8200" cluster_address = "node_ip:8201" tls_disable = "true" } storage "raft" { path = "/var/vault/storage" node_id = "node_id" retry_join { leader_api_addr = "http://other_node_1:8200" } retry_join { leader_api_addr = "http://other_node_2:8200" } } # disable_mlock = true ui = true seal "transit" { address = "http://seal_node:8200" disable_renewal = "false" // Key configuration key_name = "autounseal" mount_path = "transit/" }