You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
connection established as user that had the JWT generated
Actual result
CLI prompts for password submitting an empty password this happens:
Password for user authenticated:
psql: error: connection to server at "neon hsotname here" (x.x.x.x), port 5432 failed: SSL SYSCALL error: EOF detected
When the -w parameter is passed to psql to connect without password, this error is produced psql: error: connection to server at "neon hostname here" (x.x.x.x), port 5432 failed: fe_sendauth: no password supplied
Environment
docker run --rm -it postgres bash
The text was updated successfully, but these errors were encountered:
Steps to reproduce
getToken()
methodExpected result
connection established as user that had the JWT generated
Actual result
CLI prompts for password submitting an empty password this happens:
When the
-w
parameter is passed topsql
to connect without password, this error is producedpsql: error: connection to server at "neon hostname here" (x.x.x.x), port 5432 failed: fe_sendauth: no password supplied
Environment
docker run --rm -it postgres bash
The text was updated successfully, but these errors were encountered: