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

support GSS encryption #37

Open
github-actions bot opened this issue Oct 25, 2022 · 0 comments
Open

support GSS encryption #37

github-actions bot opened this issue Oct 25, 2022 · 0 comments

Comments

@github-actions
Copy link

psql-wire currently does not support GSS encrypted connections. The GSS
authentication API is supported inside the PostgreSQL wire protocol and
API's should be made available to support these type of connections.
https://www.postgresql.org/docs/current/gssapi-auth.html
https://www.postgresql.org/docs/current/protocol-flow.html#id-1.10.6.7.13

Line: 27

psql-wire//handshake.go

Lines 24 to 34 in 2ae2aca

return conn, version, reader, nil
}
// TODO: support GSS encryption
//
// `psql-wire` currently does not support GSS encrypted connections. The GSS
// authentication API is supported inside the PostgreSQL wire protocol and
// API's should be made available to support these type of connections.
// https://www.postgresql.org/docs/current/gssapi-auth.html
// https://www.postgresql.org/docs/current/protocol-flow.html#id-1.10.6.7.13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants