openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 436 forks source link

Clarify the use of `allow_context_updates` #643

Closed mattmcneeney closed 5 years ago

mattmcneeney commented 5 years ago

When #633 was merged, a new update workflow was added to the spec, allowing platforms to send a PATCH request to service brokers when only contextual information (like the name of the service instance in the platform) had changed. However, the text used to describe this made it sound like PATCH requests containing plan/parameter changes should not receive the context object unless allow_context_updates was set in the broker's catalog.

This PR aims to clarify what we really wanted to change in #633.

cfdreddbot commented 5 years ago

:white_check_mark: Hey mattmcneeney! The commit authors and yourself have already signed the CLA.