cf-mysql-java-broker
cf-mysql-java-broker copied to clipboard
A java version of mysql broker for cloudfoundry.
I downloaded the cf-community and just did a build but it fails with 403 Error. Adding this as issue so we can get a fix for the master. Fix: change...
A new feature allowing service instances to be shared across orgs and spaces was released in cf-deployment version 1.10.0. [This doc](https://docs.cloudfoundry.org/services/enable-sharing.html) explains the very simple step required to enable this...
OSB spec says: > 200 OK MUST be returned if the binding already exists and the requested parameters are identical to the existing binding. This broker errors out. This implies...
Returns something like {"username": "x", ...} rather than {"credentials": {"username": "x", ...}}
I tried this broker with kubernetes and the flow like below: 1. Create broker resource 2. Create instance, the database will be created in mysql DB 3. Create Binding, the...
For PCF 1.2 I had to add bindable: true to settings.yml else I had this error $ cf create-service-broker mysql-example dummy password http://192.168.1.189:9000 FAILED Server error, status code: 502, error...