Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling Service Instance Sharing #249

Open
thehandsomezebra opened this issue Nov 19, 2021 · 0 comments · May be fixed by #250
Open

Enabling Service Instance Sharing #249

thehandsomezebra opened this issue Nov 19, 2021 · 0 comments · May be fixed by #250

Comments

@thehandsomezebra
Copy link

Is your feature request related to a problem? Please describe.
CloudFoundry allows for services to be shared across orgs and spaces -- however this requires that the service broker is explicitly enabling service instance sharing by setting a flag shareable: true. At this time, the AWS ServiceBroker does not pass this variable.

Describe the solution you'd like
I will make a PR for this change. It will be backwards compatible since it is technically without the value, it is being defaulted to false.

Describe alternatives you've considered
Using a fork with this change allows the service broker to pass a template with shareable: true very well.

Additional context
Please see https://docs.cloudfoundry.org/services/enable-sharing.html for information

@thehandsomezebra thehandsomezebra linked a pull request Nov 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant