proxy: remove self-signed flag logic

This commit is contained in:
Conrad Ludgate
2024-05-25 16:24:41 +01:00
parent b2d34a82b9
commit 1450d8dc43
12 changed files with 10 additions and 43 deletions

View File

@@ -3039,7 +3039,6 @@ class NeonProxy(PgProtocol):
# Link auth backend params
*["--auth-backend", "link"],
*["--uri", NeonProxy.link_auth_uri],
*["--allow-self-signed-compute", "true"],
]
class Console(AuthBackend):