-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
- When a Service Binding exists that provides
private-keyfor typepostgresqlthen spring cloud bindings should addsslkeyto the JDBC url that points to the file location that contains the contents for theprivate-key. - When a Service Binding exists that provides
certificatesfor typepostgresqlthen spring cloud bindings should addsslcertto the JDBC url that points to the file location that contains the contents for thecertificates.
I see there is already a way to add some additional DB options:
Line 111 in 7f20fb2
| private String buildDbOptions(Binding binding) { |
I'm wondering if this can already be leveraged to add in missing parameters for
sslcert and sslkey which are necessary for TLS Authentication to Postgres databases.
So this issue might just be documenting how to add those parameters, and how to populate them with a TLS certificate added through certificates and private-key are populated as well-known Secret Entries , but at first glance I don't think this functionality works properly.
Metadata
Metadata
Assignees
Labels
No labels