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
Hello, I'm looking if it possible to use quarkus with mTLS database connections. My use case is following: postgresql with mTLS auth enabled, certificates provided in PEM format and rotated automatically.
For the JDBC datasource I can see it is supported to set sslmode, but no way to provide client and server certificates/keys. Are there any plans to extend support for these options?
For reactive datasource it seems that mTLS support is present, but it's unclear, what will happen if certificates will be rotated. Will datasource reload them, or it only read them once, and certificate rotation should be handled manually?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm looking if it possible to use quarkus with mTLS database connections. My use case is following: postgresql with mTLS auth enabled, certificates provided in PEM format and rotated automatically.
For the JDBC datasource I can see it is supported to set sslmode, but no way to provide client and server certificates/keys. Are there any plans to extend support for these options?
For reactive datasource it seems that mTLS support is present, but it's unclear, what will happen if certificates will be rotated. Will datasource reload them, or it only read them once, and certificate rotation should be handled manually?
Beta Was this translation helpful? Give feedback.
All reactions