mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 21:34:44 +00:00
fix(gateway): scope tailscale tokenless auth to websocket
This commit is contained in:
@@ -17,6 +17,7 @@ export async function authorizeGatewayBearerRequestOrReply(params: {
|
||||
connectAuth: token ? { token, password: token } : null,
|
||||
req: params.req,
|
||||
trustedProxies: params.trustedProxies,
|
||||
allowTailscaleHeaderAuth: false,
|
||||
rateLimiter: params.rateLimiter,
|
||||
});
|
||||
if (!authResult.ok) {
|
||||
|
||||
Reference in New Issue
Block a user