Jonas Kanngießer
Jonas Kanngießer
After digging into the source code, this is what I was able to figure out: - the `bind` request fails because the binding for our Brokerpak definition has dependencies on...
IMO this behavior appears to be somewhat unexpected and should be changed. With the current implementation, the provision request is only finalized when calling `GET /v2/service_instances/:instance_id/last_operation` until provisioning has succeeded....
Hi @jameshochadel, the logic which decides whether a service instance parameter should be updated or whether the service version should instead be upgraded is implemented in `decider.go`. The function `DecideOperation`...
Hi @jameshochadel, the [`/v2/service_instance`](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#fetching-a-service-instance) is defined as part of the Open Service Broker API Specification. The implementation for the Cloud-Service-Broker already contains some boilerplate-code for [the resolver](https://github.com/cloudfoundry/cloud-service-broker/blob/main/brokerapi/broker/get_instance.go) and [for tests](https://github.com/cloudfoundry/cloud-service-broker/blob/main/brokerapi/broker/get_instance_test.go)....