chore(proxy): fully remove allow-self-signed-compute flag (#10168)

When https://github.com/neondatabase/cloud/pull/21856 is merged, this
flag is no longer necessary.
This commit is contained in:
Conrad Ludgate
2024-12-18 16:03:14 +00:00
committed by GitHub
parent 1668d39b7c
commit d63602cc78
10 changed files with 25 additions and 115 deletions

View File

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