mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-27 10:00:38 +00:00
do not validate passwords, just forward them onto postgres
dont get access controls add a new cleartext authsecret instead
This commit is contained in:
committed by
Conrad Ludgate
parent
da6419a45a
commit
56cc55d24a
@@ -177,6 +177,7 @@ impl AuthInfo {
|
||||
ComputeCredentialKeys::AuthKeys(AuthKeys::ScramSha256(auth_keys)) => {
|
||||
Some(Auth::Scram(Box::new(auth_keys)))
|
||||
}
|
||||
ComputeCredentialKeys::Password(pw) => Some(Auth::Password(pw)),
|
||||
ComputeCredentialKeys::JwtPayload(_) => None,
|
||||
},
|
||||
server_params: StartupMessageParams::default(),
|
||||
|
||||
Reference in New Issue
Block a user