Option to regenerate remote-nodes keys

This commit is contained in:
Pallavi Kumari
2025-10-24 23:36:20 +05:30
parent 2a7529c39e
commit 9f9aa07c2d
9 changed files with 368 additions and 3 deletions

View File

@@ -236,6 +236,14 @@ authenticated.put(
remoteExitNode.createRemoteExitNode
);
authenticated.put(
"/org/:orgId/update-remote-exit-node",
verifyValidLicense,
verifyOrgAccess,
verifyUserHasAction(ActionsEnum.updateRemoteExitNode),
remoteExitNode.updateRemoteExitNode
);
authenticated.get(
"/org/:orgId/remote-exit-nodes",
verifyValidLicense,