buddy-broker

command module
v0.0.0-...-8f67196 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2020 License: MIT Imports: 5 Imported by: 0

README

Buddy Broker

What is this?

Cloud Foundry recently added private service brokers! This is great but that broker is limited to one space. Buddy to the rescue! Every service broker needs a buddy to hang out with. This app adds suffix to guids/names so the same broker can be used for multiple spaces

Deploying

cf push buddy-broker --no-start -n buddy-broker-my-service
cf set-env buddy-broker BACKEND_BROKER ${broker_url}
cf start buddy-broker

That's it!

Registering broker
cf target -s ${spacename}
cf create-service-broker buddy-${spacename} ${username} ${password} ${buddy_url}/${spacename} --space-scoped

This will add suffix to your service broker ids/name. ie. redis-space1.

Note Username and password of broker is transparently passed to broker

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL