Skip to content

Instantly share code, notes, and snippets.

@nexus166
Created October 4, 2019 15:22
Show Gist options
  • Select an option

  • Save nexus166/7e29e1d2015dba9a24f6b96beb61aaea to your computer and use it in GitHub Desktop.

Select an option

Save nexus166/7e29e1d2015dba9a24f6b96beb61aaea to your computer and use it in GitHub Desktop.
vault configs
{
"backend": {
"file": {
"path": "/vault"
}
},
"listener": {
"tcp": {
"address": "0.0.0.0:8200",
"tls_disable": "0",
"tls_cert_file": "/certs/tls.crt",
"tls_key_file": "/certs/tls.key"
}
},
"default_lease_ttl": "1h",
"max_lease_ttl": "720h",
"ui": true,
"plugin_directory": "/vault/plugins",
"cluster_name": "Vault",
"disable_mlock": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment