-
Notifications
You must be signed in to change notification settings - Fork 60
/
index.html.md.erb
47 lines (26 loc) · 2.36 KB
/
index.html.md.erb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: Creating managed services in Cloud Foundry
description: Any type of add on that can be provisioned alongside your app. For example, a database or an account on a third party SaaS provider.
owner: Core Services
---
Managed Services are defined as having been integrated
with <%= vars.app_runtime_first %> through APIs, and allow you to provision reserved resources and credentials on demand. For documentation targeted at end users, such as how to provision services and integrate them with apps, see [Services](overview.html). This section is intended for developers and operators interested in creating Managed Services for <%= vars.app_runtime_first %>.
To develop Managed Services for <%= vars.app_runtime_abbr %>, you need a <%= vars.app_runtime_abbr %> instance to allow testing your service broker as you are developing it. You must have admin access to your <%= vars.app_runtime_abbr %> instance to manage service brokers and the services marketplace catalog. For local development, <%= vars.recommended_by %> recommends using the [BOSH guide](https://bosh.io/docs/quick-start/) to deploy your own local instance of <%= vars.app_runtime_abbr %> using VirtualBox.
<%= vars.tiledev_link %>
## Table of Contents
* [Services](overview.html)
* **Service Broker API**
* [Open Service Broker API](https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/spec.md)
* [Platform Profiles](https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/profile.md)
* [Catalog Metadata](https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/profile.md#service-metadata)
* [Volume Services](https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/spec.md#volume-mounts-object)
* [Release Notes](https://github.com/openservicebrokerapi/servicebroker/blob/v2.15/release-notes.md)
* [Managing Service Brokers](managing-service-brokers.html)
* [Managing access to Service Plans](access-control.html)
* [Dashboard Single Sign-On](dashboard-sso.html)
* [Service Broker examples](examples.html)
* [Binding credentials in Cloud Foundry](binding-credentials.html)
* [Service Instance sharing in Cloud Foundry](enable-sharing.html)
* [App Log streaming in Cloud Foundry](app-log-streaming.html)
* [Offering Route Services in Cloud Foundry](route-services.html)
* [Supporting multiple <%= vars.app_runtime_abbr %> Instances](supporting-multiple-cf-instances.html)