Re: URL of a Service Instance
Dieu Cao <dcao@...>
Hi Rahul,
toggle quoted message
Show quoted text
As mentioned above and described in the docs, it is up to you to implement the code in your service broker to actually provision and store connection information when there is a request to provision an instance of whatever service you are providing. It is up to you to implement the code in your service broker to return that connection information, (ip, port, password, etc) to cloud controller when your service broker receives a request to bind an app to a service instance. In your response, you must include `credentials` as a hash, that includes the connection information. It is only then, if you have implemented code that returns connection information in response to the bind request, will cloud controller make that credentials hash that includes the connection information available as part of the VCAP_SERVICES environment variable. -Dieu CF CAPI PM On Sat, Dec 26, 2015 at 6:09 PM, Rahul Gupta <wildnez(a)gmail.com> wrote:
Hi Scott, |
|