swisscom / open-service-broker

Open Service Broker is an implementation of the "Open Service Broker API" based on Spring Boot & Groovy. It enables platforms such as Cloud Foundry & Kubernetes to provision and manage services.
Apache License 2.0
70 stars 25 forks source link

bug: sensitive provider does delete update request. #349

Closed seilc1 closed 4 years ago

seilc1 commented 4 years ago

The update request is due to the lazy db removed from the update request table, preventing any statemachine to access the values. This is not feasible.