Skip to content

Instantly share code, notes, and snippets.

@TimoDJatomika
Created July 9, 2017 13:47
Show Gist options
  • Save TimoDJatomika/2fb223b773c8e8748f1cf6e70b554f22 to your computer and use it in GitHub Desktop.
Save TimoDJatomika/2fb223b773c8e8748f1cf6e70b554f22 to your computer and use it in GitHub Desktop.
Example: Vault using Consul as Backend
backend "consul" {
address = "127.0.0.1:8500"
token = "398073a8-5091-4d9c-871a-bbbeb030d1f6"
path = "vault/"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment