Merge pull request #4677 from hashicorp/b-tf-vault-config-fix

Corrected vault address and port in client/server hcl
This commit is contained in:
hacnet 2018-09-14 18:32:58 +02:00 committed by GitHub
commit 5d390c3eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ consul {
vault {
enabled = false
address = "vault.service.consul"
address = "http://active.vault.service.consul:8200"
task_token_ttl = "1h"
create_from_role = "nomad-cluster"
token = ""

View File

@ -16,5 +16,5 @@ consul {
vault {
enabled = true
address = "vault.service.consul"
address = "http://active.vault.service.consul:8200"
}