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 the authenticationCleartextPassword message #501

Closed
RobinClowers opened this issue Feb 24, 2023 · 1 comment · Fixed by #502
Closed

Support the authenticationCleartextPassword message #501

RobinClowers opened this issue Feb 24, 2023 · 1 comment · Fixed by #502

Comments

@RobinClowers
Copy link
Contributor

RobinClowers commented Feb 24, 2023

I'm trying to connect this tool to a Materialize database, which only supports clear text passwords (but only over ssl). I see that your pgwire implemenation expects this message:

messages.authenticationCleartextPassword,

But it doesn't appear to actually do anything in that case, the rest of the code in that function deals with sasl and md5, unless I'm missing something.

Describe the solution you'd like
Support for the clear text password authentication mechanism.

@RobinClowers
Copy link
Contributor Author

This appears to be extremely simple and works in my testing, check out #502

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

Successfully merging a pull request may close this issue.

1 participant