diff --git a/proxy/src/proxy.rs b/proxy/src/proxy.rs index efc9dd6a17..2fb4b7e6c7 100644 --- a/proxy/src/proxy.rs +++ b/proxy/src/proxy.rs @@ -119,6 +119,7 @@ impl ProxyConnection { None => return Ok(None), }; + // HACK for local testing only // Both scenarios here should end up producing database credentials if true || username.ends_with("@zenith") { self.handle_existing_user(&username, &dbname).map(Some)