Skip to content

Commit

Permalink
Update links to Open Service Broker API (#1923)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmorie authored and geeknoid committed Dec 1, 2017
1 parent 1773c96 commit 2dd598e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Istio is composed of these components:

* **CA** - A component responsible for cert issuance and rotation.

* **Broker** - A component implementing the open service broker API for Istio-based services. (Under development)
* **Broker** - A component implementing the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker) for Istio-based services. (Under development)

Istio currently supports Kubernetes, Consul, and Eureka-based environments. We plan support for additional platforms such as
Cloud Foundry, and Mesos in the near future.
Expand Down
2 changes: 1 addition & 1 deletion broker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Broker

The Istio Service Broker provides an implementation of the [Open Service Broker API](https://docs.cloudfoundry.org/services/api.html) for Istio.
The Istio Service Broker provides an implementation of the [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker) for Istio.
This API enables external service consumers to automatically provision and access Istio services.

The broker is currently under early development.

0 comments on commit 2dd598e

Please sign in to comment.