Skip to content

Instantly share code, notes, and snippets.

@kak-tus
Created November 4, 2016 15:00
Show Gist options
  • Save kak-tus/0ce521a91bbb952c5b963da240b6f928 to your computer and use it in GitHub Desktop.
Save kak-tus/0ce521a91bbb952c5b963da240b6f928 to your computer and use it in GitHub Desktop.
disable_cache = true
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = 1
}
backend "consul" {
address = "consul.service.consul:8500"
token = "some key"
redirect_addr = "http://<here server ip>:8200"
cluster_addr = "http://<here server ip>:8200"
service = "vault-internal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment