proxy: add flag to enable http pool for all users (#5959)

## Problem

#5123

## Summary of changes

Add `--sql-over-http-pool-opt-in true` default cli arg. Allows us to set
`--sql-over-http-pool-opt-in false` region-by-region
This commit is contained in:
Conrad Ludgate
2023-11-30 10:19:30 +00:00
committed by GitHub
parent f05d1b598a
commit fc77c42c57
4 changed files with 14 additions and 6 deletions
+1
View File
@@ -2114,6 +2114,7 @@ class NeonProxy(PgProtocol):
# Console auth backend params
*["--auth-backend", "console"],
*["--auth-endpoint", self.endpoint],
*["--sql-over-http-pool-opt-in", "false"],
]
if self.fixed_rate_limit is not None:
args += [