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.
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.
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]