-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Handle cluster_addre differently - Cleanup tasks - Consistent variable style - Cleanup meta
- Loading branch information
1 parent
b0b2c87
commit 7b3148d
Showing
6 changed files
with
47 additions
and
138 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
{% set _vault_plus_one_port = vault_port | int + 1 | abs %} | ||
|
||
backend "consul" { | ||
address = "{{ vault_consul }}" | ||
redirect_addr = "http://{{ vault_redirect_addr }}:{{ vault_port }}" | ||
path = "vault" | ||
redirect_addr = "http://{{ vault_redirect_addr }}:{{ vault_port }}" | ||
cluster_addr = "http://{{ vault_cluster_address }}:{{ _vault_plus_one_port }}" | ||
disable_clustering = "{{ vault_cluster_disable }}" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.3.5 | ||
v1.3.6 |