This commit is contained in:
Shamal Karunarathne 2026-01-30 11:55:32 +00:00 committed by GitHub
commit c11fe381c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -634,7 +634,7 @@ export function attachGatewayWsMessageHandler(params: {
role, role,
scopes, scopes,
remoteIp: reportedClientIp, remoteIp: reportedClientIp,
silent: isLocalClient, silent: isLocalClient || authMethod === "tailscale",
}); });
const context = buildRequestContext(); const context = buildRequestContext();
if (pairing.request.silent === true) { if (pairing.request.silent === true) {