mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
make pg_session_jwt instalation optional with a cli flag
This commit is contained in:
@@ -700,6 +700,7 @@ fn build_config(args: &ProxyCliArgs) -> anyhow::Result<&'static ProxyConfig> {
|
||||
wake_compute_retry_config: config::RetryConfig::parse(&args.wake_compute_retry)?,
|
||||
connect_compute_locks,
|
||||
connect_to_compute: compute_config,
|
||||
disable_pg_session_jwt: false,
|
||||
};
|
||||
|
||||
let config = Box::leak(Box::new(config));
|
||||
|
||||
Reference in New Issue
Block a user