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
feat(postgres-cache): map ssl-mode to r2dbc SSLMode (TLS support) (#1)
Consumes CacheProperties.PostgresConfig.sslMode (fireflyframework-cache sibling
PR) and applies it via builder.sslMode(SSLMode.fromValue(...)) when set. Blank/
null keeps the driver default (DISABLE) for back-compat. Fixes the Aurora
rds.force_ssl rejection of the Postgres session/cache store.
0 commit comments