An open API service indexing awesome lists of open source software.

https://github.com/cloudfoundry-community/buddy-broker


https://github.com/cloudfoundry-community/buddy-broker

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

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