oci-service-broker
oci-service-broker copied to clipboard
Oracle Cloud Infrastructure Service Broker is an open source implementation of Open service broker API Spec for OCI services. Customers can use this implementation to install Open Service Broker in Or...
link is broken https://kubernetes-sigs.github.io/service-catalog and I cannot find a replacement for the chart repo So we now need to git clone the retired repo and install from source.
The [installation instructions](https://github.com/oracle/oci-service-broker/blob/master/charts/oci-service-broker/docs/installation.md) use this broken link: https://svc-catalog-charts.storage.googleapis.com. I get an "access denied" error message. I guess `helm repo add svc-cat https://kubernetes-sigs.github.io/service-catalog` is the right link?
add streampool id to the secret for stream binding. it is needed by the pod when using the Kafka SDK see issue #23 Signed-off-by: Emmanuel Leroy
Signed-off-by: Emmanuel Leroy
fix hard-coded SDK version in helper + upgrade com.github.spotbugs to 2.0.0 as per #23 Signed-off-by: Emmanuel Leroy
The unzip of the file didn't happen. Had to split that into 2 commands.
Looks like the old url doesn't work anymore
Is there a way to use this with instance principal (or even resource principal) instead of a user? The code seems to only consider the 'user' use case. Being on...
Exclude Deleted OSS streams from the CONFLICT logic, issue https://github.com/oracle/oci-service-broker/issues/32.