vault job from safe/0.1.0
Github source:
c171014f
or
master branch
Properties¶
safe
¶
peer
¶
force_bind_default_ip
¶Forces Consul agent to bind to the default ip address, necessary when using non RFC1918 space in a private context.
- Default
false
port
¶TCP port to use for peer-to-peer communication
- Default
8100
tls
¶
ca
¶TLS CA certificate to use for verifying peer-to-peer communication. If not provided, a self-signed certificate will be automatically generated and used.
certificate
¶TLS certificate to use for peer-to-peer communication. If not provided, a self-signed certificate will be automatically generated and used.
key
¶TLS private key to use for peer-to-peer communication. If not provided, a self-signed certificate will be automatically generated and used.
verify
¶Verify the TLS certificates presented by the Consul backend
- Default
true
port
¶TCP port to bind the Vault on. Defaults to 443.
- Default
443
tls
¶
certificate
¶TLS certificate to use for securing communnication with clients.
key
¶TLS private key to use for securing communication with clients.
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/vault/
directory
(learn more).
bin/consul
(frombin/consul
)bin/strongbox
(frombin/strongbox
)bin/vault
(frombin/vault
)config/consul.conf
(fromconfig/consul.conf
)config/vault.conf
(fromconfig/vault.conf
)tls/peer/ca.pem
(fromtls/peer/ca.pem
)tls/peer/cert.pem
(fromtls/peer/cert.pem
)tls/peer/key.pem
(fromtls/peer/key.pem
)tls/vault/cert.pem
(fromtls/vault/cert.pem
)tls/vault/key.pem
(fromtls/vault/key.pem
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.