-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No support for kerberos authentication with postgreSQL #1166
Comments
Would love to know if this will get prioritized at some point. |
Check out master on github.com/jackc/pgconn. Thanks to @otan GSSAPI / Kerberos support was just added. |
We'll need to bump the pgconn here for it to work. I can submit a PR for that, but did you want to publish a new version of pgconn? |
Just tagged and released the pgx, pgconn, pgproto3, and pgtype. Also added link to https://github.com/otan/gopgkrb5 in the README.md. |
pgx does not provide kerberos authentication support with PostgreSQL as its provided by pq package
https://pkg.go.dev/github.com/lib/pq#hdr-Kerberos_Support
Kindly provide the support for Krb authentication
The text was updated successfully, but these errors were encountered: