Skip to content
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

Closed
sandeepcs7 opened this issue Mar 13, 2022 · 4 comments
Closed

No support for kerberos authentication with postgreSQL #1166

sandeepcs7 opened this issue Mar 13, 2022 · 4 comments

Comments

@sandeepcs7
Copy link

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

@aliotta
Copy link

aliotta commented Apr 15, 2022

Would love to know if this will get prioritized at some point.

@jackc
Copy link
Owner

jackc commented Apr 16, 2022

Check out master on github.com/jackc/pgconn. Thanks to @otan GSSAPI / Kerberos support was just added.

@otan
Copy link
Contributor

otan commented Apr 17, 2022

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?

@jackc
Copy link
Owner

jackc commented Apr 22, 2022

Just tagged and released the pgx, pgconn, pgproto3, and pgtype. Also added link to https://github.com/otan/gopgkrb5 in the README.md.

@jackc jackc closed this as completed Apr 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants