pmorie / osb-starter-pack

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

Unable to find originating identity error #74

Closed lilic closed 6 years ago

lilic commented 6 years ago

I get the following error when trying to use latest release of the https://github.com/pmorie/osb-broker-lib.

Warning   ClusterServiceBrokerReturnedFailure   service-catalog-controller-manager   Error provisioning ServiceInstance of ClusterServiceClass (K8S: "50e86479-4c66-4236-88fb-a1e61b4c9448" ExternalName: "redis-habitat") at ClusterServiceBroker "habitat-broker": Status: 400; ErrorMessage: <nil>; Description: unable to find originating identity; ResponseError: <nil>
Warning   DeprovisionCallFailed                 service-catalog-controller-manager   Deprovision call failed; received error response from broker: Status: 500; ErrorMessage: <nil>; Description: unable to find originating identity; ResponseError: <nil>

I think I am missing something in my broker? But when the osb-broker-starter-pack was bumped to 0.0.2 nothing was changed in the broker code. So I am not sure what would need to be done in the broker side?

cc @pmorie @shawn-hurley

lilic commented 6 years ago

Wasn't sure if I should open this here or in the lib. Can move this over there as well? Thanks!

shawn-hurley commented 6 years ago

Looking into this now.

shawn-hurley commented 6 years ago

https://github.com/pmorie/osb-broker-lib/pull/25

I think this should be a quick fix