Open jenspinney opened 6 years ago
A new feature allowing service instances to be shared across orgs and spaces was released in cf-deployment version 1.10.0. This doc explains the very simple step required to enable this feature for your service (adding a shareable field to your service-level metadata in the catalog). Have you thought about enabling this for your service broker example? https://github.com/cf-platform-eng/pcf-examples/blob/e7c50f33354d5d2ca5f1aa83d4453127b677ba2a/src/broker/broker.py#L49-L65
shareable
We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.
The labels on this github issue will be updated when the story is started.
A new feature allowing service instances to be shared across orgs and spaces was released in cf-deployment version 1.10.0. This doc explains the very simple step required to enable this feature for your service (adding a
shareable
field to your service-level metadata in the catalog). Have you thought about enabling this for your service broker example? https://github.com/cf-platform-eng/pcf-examples/blob/e7c50f33354d5d2ca5f1aa83d4453127b677ba2a/src/broker/broker.py#L49-L65