Skip to content

Instantly share code, notes, and snippets.

@skarnecki
Last active October 6, 2016 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skarnecki/bb4f07ed667a0a979fdaac577d1afbd2 to your computer and use it in GitHub Desktop.
Save skarnecki/bb4f07ed667a0a979fdaac577d1afbd2 to your computer and use it in GitHub Desktop.
path "secret/barapp/*" {
policy = "read"
}
path "secret/fooapp/*" {
policy = "read"
}
backend "consul" {
address = "133:7.133.7:8500" //don't use localhost - use ip
scheme = "http"
}
listener "tcp" {
address = "0.0.0.0:8200"
tls_disable = 1
}
@shanestillwell
Copy link

Is that a typo in the vault.hcl:2 should it be 133.7.133.7:8500

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment