cloudfoundry / cloud-service-broker

OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker
Apache License 2.0
80 stars 38 forks source link

[DOCS] : Does que cloud-service-broker able to handle the orphan migration #367

Closed wdesplas closed 2 years ago

wdesplas commented 2 years ago

Documentation and information request

In order to understand more specifically and move the cloud-service-broker to 2.16, I'm trying first to implement and understand the orphan migration regarding this specification: https://github.com/openservicebrokerapi/servicebroker/blob/v2.16/spec.md

Do we have any documentation regarding this implementation inside the cloud-service-broker or I have to start the implementation from scratch?

Thanks in advance.

Regards,

cf-gitbot commented 2 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/181121743

The labels on this github issue will be updated when the story is started.

FelisiaM commented 2 years ago

Hi @wdesplas

Would you mind expanding on what are you trying to achieve?

Orphan mitigation is a process that is implemented by the platform - e.g. Cloud Foundry API. The platform will send a delete request to the broker in any of the cases described here. The broker should then treat it as any other delete request.

Thanks, Felisia & @jimbo459

pivotal-marcela-campo commented 2 years ago

Closing as there hasn't been activity in over a month.