Add Kerberos authentication support #392
Labels
status: ideal-for-contribution
An issue that a contributor can help us with
type: enhancement
A general enhancement
Feature Request
The traditional Postgres JDBC driver supports Kerberos authentication (kerberosServerName, jaasApplicationName,... connection properties).
In tightly controlled environments it is enforced to use Kerberos, blocking developers from using the r2dbc driver instead of the jdbc one.
Is your feature request related to a problem? Please describe
Can't use r2db driver because it doesn't support kerberos authentication.
Describe the solution you'd like
To be able to use kerberos authentication - similarly to how it works with the postgres jdbc driver.
Describe alternatives you've considered
Maybe some kind of r2dbc to jdbc bridge (is that even possible?) so we can wrap the postgres jdbc into r2dbc and use it that way (together with Spring reactive transaction management).
Teachability, Documentation, Adoption, Migration Strategy
Need to document the new connection properties in the documentation.
The text was updated successfully, but these errors were encountered: