Skip to content

broker job from safe/0.1.2

Github source: 3cdf941 or master branch

Properties

backend

address

The address to use when accessing the Vault to set up new policies and manage provisioned services.

advertise

The address to hand out to bound applications, along with their credentials. Defaults to backend.address.

Default
""

skip_verify

Instructs the broker to ignore SSL/TLS certificate problems (self-signedness, domain mismatch, expiration, etc.). Set this at your own risk.

Default
false

token

The token that the service broker will use when interacting with the Vault.

guid

A unique GUID to use for this service broker inside of Cloud Foundry.

Default
""

password

The password for authenticating interaction with Cloud Foundry.

Default
vault

port

Binding port for broker API

Default
5000

service

description

A description of the service, also for the marketplace.

Default
Vault Secure Storage

name

Name of the service, as shown in the marketplace.

Default
vault

tags

A list of tags to apply to the service.

Default
[]

username

The username for authenticating interaction with Cloud Foundry.

Default
vault

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/broker/ directory (learn more).

  • bin/broker (from bin/broker)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.