-
Hi All ,
Are there any k8s based sample OSB broker implementations, just like the one available for cloud foundry using spring cloud
https://github.com/spring-cloud-samples/cloudfoundry-servi…
-
There is an admission control plugin that prevents users from changing the plan on a ServiceInstance if PlanUpdatable is false, but it doesn't prevent them from changing the parameters. According to t…
luksa updated
6 years ago
-
This script was used in conjunction with some documentation which is no longer in this repo. It should be removed.
-
What's the recommended way of returning information about the provisioned instance?
For example, the URL of provisioned S3 bucket or public IP address of the EC2 instance.
In the current spec the …
-
Landing page would help clarify which doc to look at first for getting started. We should repurpose README.md to serve as an index.
-
I think it would make sense to consolidate info into a single document to guide a user through the deployment process. We should consider whether this makes sense / if it will break current links.
-
The issue scenario is :
`apiGateway.rest -> auth.authorize->demo.welcome->demo.hello`
every step is very simple, should only consider network cost.
If i enable `metrics: true` in each services pr…
-
The spec requires the broker to return the `dashboard_url` immediately, even when it uses asynchronous provisioning. What if the URL isn't know at that point? There's currently no way to return it lat…
luksa updated
6 years ago
-
Hello,
Tested Code:
```javascript
let { ServiceBroker } = require("moleculer");
let ApiService = require("moleculer-web");
let broker = new ServiceBroker({ logger: console });
broker.cr…
-
It seems the plan description is too long (more than 255 characters) in this [commit](https://github.com/Azure/open-service-broker-azure/commit/3a3441d6d89ca87641b113ef34d5c1fbe1bd7533), which causes …