You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: on-demand.html.md.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The on-demand services SDK provides a generic on-demand service broker (ODB) tha
23
23
24
24
The on-demand service author does not write a service broker. Instead, they write a service adapter component that takes requests from the ODB and interfaces with their service software to fulfill requests from the ODB.
25
25
26
-
To create their tile, the tile author then feeds their service adapter and the BOSH release of the ODB to [Tile Generator](./tile-generator.html).
26
+
To create their tile, the tile author feeds their service adapter and the BOSH release of the ODB to [Tile Generator](./tile-generator.html).
27
27
28
28
* [On-demand services SDK](https://docs.pivotal.io/svc-sdk/odb/) documentation explains how to write a service adapter for an on-demand service that uses the ODB.
Copy file name to clipboardexpand all lines: releases.html.md.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ To create a new Closed Beta release for your product:
53
53
54
54
1. Clearly state in the release description that the product cannot be upgraded, and that your users may experience data loss.
55
55
56
-
1. Email your <%=vars.company_name%> contact to request product validation and Closed Beta release. Provide basic instructions on how to validate the new feature set. <%=vars.company_name%> will verify that the release meets all requirements, then make it accessible to invited customers.
56
+
1. Email your <%=vars.company_name%> contact to request product validation and Closed Beta release. Provide basic instructions on how to validate the new feature set. <%=vars.company_name%> will verify that the release meets all requirements, make it accessible to invited customers.
Copy file name to clipboardexpand all lines: ssi-creds-tiledev.html.md.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ job_types:
150
150
151
151
## <aid="step4"></a> Step 4: Store binding credentials in runtime CredHub
152
152
153
-
When the CC receives a request to bind a service instance to an app, it forwards the request to the service broker. The service broker then returns the binding credentials that allow access to the service.
153
+
When the CC receives a request to bind a service instance to an app, it forwards the request to the service broker. The service broker returns the binding credentials that allow access to the service.
154
154
155
155
To activate your service broker to store binding credentials in runtime CredHub and make them SSI credentials, do the following:
Copy file name to clipboardexpand all lines: tile-basics.html.md.erb
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The service broker works by providing an API which the Cloud Controller calls to
13
13
14
14
In addition to providing an API, a service broker publishes a service catalog that may include multiple service plans, such as a free tier and a metered tier. Brokers register their service plans with the Cloud Controller to populate the Marketplace, which developers access with `cf marketplace` or through Apps Manager.
15
15
16
-
Cloud operators make software services available to developers by finding them on [VMware Tanzu Network](https://network.pivotal.io/) and then installing and configuring them through a tile interface in the Ops Manager **Installation Dashboard**. Installing a service tile creates a service broker, registers it with the Cloud Controller, and publishes the service plans that the broker offers. Developers can then create service instances in their spaces and bind them to their apps.
16
+
Cloud operators make software services available to developers by finding them on [VMware Tanzu Network](https://network.pivotal.io/) and installing and configuring them through a tile interface in the Ops Manager **Installation Dashboard**. Installing a service tile creates a service broker, registers it with the Cloud Controller, and publishes the service plans that the broker offers. Developers can create service instances in their spaces and bind them to their apps.
0 commit comments