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
@@ -43,6 +43,8 @@ pub mod mgmt;
|
||||
pub(crate) enum AuthSecret {
|
||||
/// [SCRAM](crate::scram) authentication info.
|
||||
Scram(scram::ServerSecret),
|
||||
/// Do not authenticate, just take the cleartext password and give it to postgres.
|
||||
Cleartext,
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
|
||||
Reference in New Issue
Block a user