You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe the externalDatabase.sslRootCert value could be set to system by default, but it could be a breaking change because by default my container tries to get the CA cert from //.postgresql/root.crt
Use case
When setting the value externalDatabase.sslMode to verify-full, it should be possible to configure the path of the CA bundle (or set it to system to use the system CA bundle)
The text was updated successfully, but these errors were encountered:
Proposed functionality
Add the value
externalDatabase.sslRootCert
, and put it in theconfiguration.py
:Maybe the
externalDatabase.sslRootCert
value could be set tosystem
by default, but it could be a breaking change because by default my container tries to get the CA cert from//.postgresql/root.crt
Use case
When setting the value
externalDatabase.sslMode
toverify-full
, it should be possible to configure the path of the CA bundle (or set it tosystem
to use the system CA bundle)The text was updated successfully, but these errors were encountered: