Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

orange-cloudfoundry/terraform-secure-backend-release

Open more actions menu

Repository files navigation

terraform-secure-backend-release

A bosh release to deploy terraform-secure-backend.

Prerequisite

Assumption has been made that you are using BBL with cf-deployment which include a deployed credhub

Deploy It !

  1. git clone this repo
  2. include ops-file /manifests/operators/cf/enable-tsb.yml from this repo to your Cloud Foundry deployment
  3. Deploy with manifest in this repo /manifests/tsb.yml
bosh -d terraform-secure-backend deploy manifests/tsb.yml \
    -v director_name=<your bosh director name> \
    -v cf_deployment_name=cf
  1. Retrieve user and password used for backend with credhub (the one in your bosh director): credhub get --name=/<your bosh director name>/terraform-secure-backend/tsb_user
  2. (Optional) You probably want to make terraform-secure-backend available outside of your cf network, simply add ops-file /manifests/operators/enable-cf-route-registrar.yml to your deployment. This will register a tsb.((system_domain)) route to your gorouters.

Ops file

Morty Proxy This is a proxified and sanitized view of the page, visit original site.