sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.44k stars 436 forks source link

Support gssapi authentication #994

Open troelsarvin opened 1 year ago

troelsarvin commented 1 year ago

I was surprised to learn (the hard way) that rust-postgres doesn't support gssapi based connections. I suggest gssapi authentication be supported. In an environment with Kerberos, it's a very secure and convenient way to do authentication.