mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-21 09:21:15 -05:00
[PR #1743] [MERGED] Feat/Option to regenerate Newt/olm/remote-nodes keys #5574
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/1743
Author: @Pallavikumarimdb
Created: 10/24/2025
Status: ✅ Merged
Merged: 11/9/2025
Merged by: @oschwartz10612
Base:
dev← Head:feat/option-to-regenerate-keys📝 Commits (10+)
9f9aa07Option to regenerate remote-nodes keys3f38080fix lintc2f607bOption to regenerate olm keys inside client42091e8rename exit node tab to credentialsd32505aOption to regenerate Newt keys58a13defix lint3756aaechange file naming structure to reGenerate exit node keys563a5b3disable credential regenerate button for local and wireguard18cdf07add view setting optionsf7e7993regenerate secret for wireguard📊 Changes
25 files changed (+1267 additions, -29 deletions)
View changed files
📝
messages/en-US.json(+19 -1)📝
server/auth/actions.ts(+1 -0)📝
server/private/routers/external.ts(+28 -1)➕
server/private/routers/re-key/index.ts(+3 -0)➕
server/private/routers/re-key/reGenerateClientSecret.ts(+130 -0)➕
server/private/routers/re-key/reGenerateExitNodeSecret.ts(+129 -0)➕
server/private/routers/re-key/reGenerateSiteSecret.ts(+155 -0)📝
server/routers/client/updateClient.ts(+4 -2)📝
server/routers/external.ts(+2 -0)📝
server/routers/remoteExitNode/types.ts(+5 -0)📝
server/routers/site/index.ts(+1 -1)📝
src/app/[orgId]/settings/(private)/remote-exit-nodes/ExitNodesTable.tsx(+17 -0)➕
src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/credentials/page.tsx(+133 -0)➖
src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/general/page.tsx(+0 -3)📝
src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/layout.tsx(+13 -1)📝
src/app/[orgId]/settings/(private)/remote-exit-nodes/[remoteExitNodeId]/page.tsx(+1 -1)➕
src/app/[orgId]/settings/clients/[clientId]/credentials/page.tsx(+124 -0)📝
src/app/[orgId]/settings/clients/[clientId]/layout.tsx(+13 -2)➕
src/app/[orgId]/settings/sites/[niceId]/credentials/page.tsx(+193 -0)📝
src/app/[orgId]/settings/sites/[niceId]/layout.tsx(+13 -3)...and 5 more files
📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Description
Option to regenerate Newt/olm/remote-nodes keys (in case they're lost or need to be rotated)
How to test?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.