Skip to content

Commit

Permalink
Merge pull request #517 from MHBauer/get-no-creds
Browse files Browse the repository at this point in the history
 GET MAY return creds unable to be used
  • Loading branch information
mattmcneeney authored Jul 12, 2018
2 parents 7bdc786 + 2ad9c34 commit 7efb233
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,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

0 comments on commit 7efb233

Please sign in to comment.