cloud-service-broker
cloud-service-broker copied to clipboard
OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker
**Is your feature request related to a problem? Please describe.** There's a local `solr-crd` directory containing a Helm chart that I want my Terraform to use. Here's the Terraform in...
**Is your feature request related to a problem? Please describe.** I have move the cloud-service-broker into kubernetes as a stateless componenent and to use HPA (horizontal pod autoscaling) using custom...
## Description We have been using spring cloud config to provide secrets to the cloud service broker (specifically the broker api username nad password that will also be registered with...
## Description We are trying to update the service instance using the cloud-service-broker from kubernetes and it appears that the client does not sent the plan_id during the request as...
A possible workaround: It appears that the `client run-examples` command accepts some parameters: ``` $ cloud-service-broker client run-examples --help Run all examples generated by the use command through a provision/bind/unbind/deprovision...
## Description When provisioning a service instance any user provided variables are ignored if they are also specified by the plan. From a comment in the broker code here: https://github.com/cloudfoundry-incubator/cloud-service-broker/blob/aeeda52721f507e846b2730d5e597cf272b2efbd/pkg/broker/service_definition.go#L352...
**Is your feature request related to a problem? Please describe.** When a brokered instance is in a bad state, the only way offered by the CSB to recover it is...
This might be a misconception on my part but I recently learned that once a service is created the terraform used to create that service will be the terraform used...
**Is your feature request related to a problem? Please describe.** * As a brokerpack author * in order to propose generated forms to my users for parameters of type array...
**Is your feature request related to a problem? Please describe.** As a cloud-service-broker user (e.g a CF developer provisionning AWS RDS through CSB) * in order to finely manage the...