Closed bingosummer closed 6 years ago
https://github.com/openservicebrokerapi/servicebroker/issues/509#issuecomment-386471017 https://github.com/cloudfoundry/cloud_controller_ng/issues/1134
Opened the issues to ask for confirmation.
Hey @bingosummer, thanks for opening an issue with CF. I don't see any limitations in the OSB spec about length on this field. This feels very much like an issue with CF and not OSBA. I don't believe we hit this with Service Catalog.
@jeremyrickard , thanks for quick response.
The OSB spec only mentions that it should be a short description, but it doesn't mention how short it should be. openservicebrokerapi/servicebroker#509 is to ask OSB spec to add the limitations about length.
Agreed with you that it's as issue with CF cloud controller. cloudfoundry/cloud_controller_ng#1134 is to ask cloud_controller_ng to confirm that 255 is the limitation. If the limitation can't be fixed in a short term, OSBA may need to decrease the plan description length. Let's wait for their response.
iirc, during some discussion about this in the OSB group, there were some people not in favor of specifying a limit on length. I don't recall if that was the final word.
With no limit specified, this is definitely a CF issue, but I agree that we may be forced to adapt to this regardless.
It seems the plan description is too long (more than 255 characters) in this commit, which causes a failure of creating service broker in CF.