-
https://github.com/openservicebrokerapi/servicebroker/pull/433/files
Nothing to implement.
-
I'm looking for a way to determined when there is no connection to the broker.
Something like `$broker.stopped` event.
-
Heyo, while reading https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#service-broker-errors there are some sections regarding errors and descriptions:
> A single word in cam…
-
**Is your feature request related to a problem? Please describe.**
Can define ACTION return value validator
**Describe the solution you'd like**
Just like the params validator, like this:
```
…
-
Similar to #1, I'm wondering if this feature exists or could be supported in the future.
It looks like this broker provides the master database credentials on bind. For security and compliance reas…
-
When the provisioning for an AWS service fails, the service cannot be cleaned up. It hangs around in the project as "marked for deletion" if you try to delete it.
In my case I was trying to spin up…
-
We're running into a situation where the spec says that service names "MUST only contain alphanumeric characters, periods, and hyphens (no spaces)", but we have existing service brokers that use under…
-
I have been trying to start a broker with MQTTS transporter.
```js
let broker = new ServiceBroker({
namespace: 'ns',
nodeID: 12345,
transporter: 'mqtt+ssl://user:passwd@mybrokerhost.…
-
I believe that the issue is because SpringRegistrator calls broker.createService after broker.start() is called, since when I manually configure the services before broker.start() they are exposed as …
-
A user can provision a service instance for a remote environment that hasn't been mapped to the namespace yet.
It would be better from a user experience point of view if we disisable the Service C…