openservicebrokerapi / servicebroker

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

Harmonize field requirements in spec to those in CC #609

Closed henryaj closed 6 years ago

henryaj commented 6 years ago

Currently the OSB API spec stipulates various requirements on the responses brokers should send back, e.g. a service name "MUST only contain alphanumeric characters, periods, and hyphens (no spaces)".

In practice, the CF Cloud Controller is more lenient than the spec (in the case of service names, non-alphanumeric characters are permitted). This PR brings the requirements in the spec into line with those enforced by CC.

[#160591651]

cfdreddbot commented 6 years ago

Hey henryaj!

Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA.

duglin commented 6 years ago

LGTM

Approved with PullApprove

duglin commented 6 years ago

ping @fmui @kibbles-n-bytes for a review

zrob commented 6 years ago

lgtm

Approved with PullApprove

henryaj commented 5 years ago

Fixes https://github.com/openservicebrokerapi/servicebroker/issues/603.