fix: add bypass for instance relay heartbeat

This commit is contained in:
Sheen Capadngan
2025-10-28 02:17:51 +08:00
parent 9e7e9ec31e
commit 0bf26d4fa2

View File

@@ -138,6 +138,11 @@ export const injectIdentity = fp(
return;
}
// Authentication is handled on a route-level
if (req.url === "/api/v1/relays/heartbeat-instance-relay") {
return;
}
// Authentication is handled on a route-level here.
if (req.url.includes("/api/v1/workflow-integrations/microsoft-teams/message-endpoint")) {
return;