cloudfoundry / java-buildpack

Cloud Foundry buildpack for running Java applications
Apache License 2.0
435 stars 2.58k forks source link

Integrate with Cloud Service Broker on GCP #994

Open jhvhs opened 1 year ago

jhvhs commented 1 year ago

Context: GCP Generates a separate CA for every CloudSQL database instance. GCP brokerpak for cloud service broker exposes the CA certificate and the client key as part of the binding.

The proposed CloudSqlSecurityProvider is intended for loading the certificates automatically without having to resort to .profile hacks in the JAR for the Java apps consuming GCP CloudSQL bindings.