pmorie / osb-starter-pack

A quickstart for making a new Open Service Broker
Apache License 2.0
69 stars 47 forks source link

issue with service_instances API calls #102

Closed jmccormick2001 closed 6 years ago

jmccormick2001 commented 6 years ago

I'm on kube 1.10, using the 0.0.1 tag, and finding that curl calls to the broker's "service_instance/XXXX' is not returning any results. Might be a bug or some kind of version conflict. I'm using the latest service catalog image.

jmccormick2001 commented 6 years ago

https://github.com/pmorie/osb-starter-pack/blob/master/vendor/github.com/pmorie/osb-broker-lib/pkg/server/server.go#L53

question: shouldn't the registerAPIHandlers() add a GET handler for: /v2/service_instances/{instance_id}

as mentioned here: https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#fetching-a-service-instance

jmccormick2001 commented 6 years ago

not an issue, more of a newbie rabbit chase on my part...