Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET MAY return creds unable to be used #517

Merged
merged 15 commits into from
Jul 12, 2018
7 changes: 7 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,13 @@ declare them as such using `"bindable": true` in the
[Catalog](#catalog-management). Service Brokers that do not offer any bindable
services do not need to implement the endpoint for bind requests.

Service Brokers MAY choose to only return the information that represents a
Service Binding once, either when the Service Binding is being created
synchronously, or when the Service Binding is first fetched via the [Fetching a
Service Binding](#fetching-a-service-binding) endpoint. However, in order for
the Platform to successfully use the Service Binding, the information MUST be
returned at least once.

### Types of Binding

#### Credentials
Expand Down