openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 433 forks source link

Can service instance have multiple bindings? #619

Closed Karthik-M-L closed 5 years ago

Karthik-M-L commented 5 years ago

Hi,

Can service instance have two bindings credential and route service. We already have service broker which creates route service instance, but now we have created a service that has credential. We don't want two service broker for different service(route service and normal service). Is there any way we can achieve this?

Regards, Karthik M L

duglin commented 5 years ago

Yes however it is up to the implementation of the broker to decide if the same credentials are returned for each binding or if a different set is returned each time. The description of the service should tell uses which model is supported.

Thanks, -Doug Sent from my iPhone

On Nov 14, 2018, at 2:24 PM, Karthik-M-L notifications@github.com wrote:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

duglin commented 5 years ago

Closing since I think this is resolved. Feel free to re-open if more discussion is needed.