Created
July 9, 2017 13:47
-
-
Save TimoDJatomika/2fb223b773c8e8748f1cf6e70b554f22 to your computer and use it in GitHub Desktop.
Example: Vault using Consul as Backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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