vault/0.4.0
You can find the source of this version on GitHub at cloudfoundry-community/vault-boshrelease. It was created based on the commit 90264db3
.
Release Notes¶
Feature: High Availibility Support
Added vault.ha.* properties for HA Vault
- vault.ha.name
specifies the hostname portion of the advertised FQDN
(for non-leader -> leader handoff redirection)
- vault.ha.domain
specifies the domain portion of the advertised FQDN
This should be enough to support HA (with an HA-friendly backend like Consul), assuming you can set up a single SSL/TLS certificate as a wildcard, or with subjectAltNames for all individually named components.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "vault" version: "0.4.0" url: "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease?v=0.4.0" sha1: "3af8043e253573cd04c938e13552ac1dd63273dd"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 3af8043e253573cd04c938e13552ac1dd63273dd \ "https://bosh.io/d/github.com/cloudfoundry-community/vault-boshrelease?v=0.4.0"