Skip to content

Commit

Permalink
Prefer default cluster_addr value
Browse files Browse the repository at this point in the history
  • Loading branch information
brianshumate committed Mar 23, 2017
1 parent 0a94dff commit b0b2c87
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,7 @@
- Use vault_port+1 in cluster_addr for HA vault (thanks @arledesma)
- Update CHANGELOG
- Update Vagrant README

## v1.3.5

- Remove explicit cluster_addr and let Vault default the value for now
1 change: 0 additions & 1 deletion templates/vault_backend_consul.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
backend "consul" {
address = "{{ vault_consul }}"
redirect_addr = "http://{{ vault_redirect_addr }}:{{ vault_port }}"
cluster_addr = "http://{{ vault_primary_node }}:{{ vault_port+1|int|abs }}/"
path = "vault"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.3.4
v1.3.5

0 comments on commit b0b2c87

Please sign in to comment.