mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #597] [CLOSED] feat: add local portforwarding accesses #602
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#602
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/ovh/the-bastion/pull/597
Author: @jon4hz
Created: 12/4/2025
Status: ❌ Closed
Base:
master← Head:feat-port-forwarding📝 Commits (10+)
107a659feat: add try-personal-keys policy for groups (#2)2a60b3efeat: implement proxy jump for egress connections (#3)8238cceci: publish to ghcrd713c22fix: return accountInfo if grace period is set (#5)9742d85fix: return booleans as 1 and 0 in the api (#6)ed01b33chore: fix perlcritic warnings66aa638chore: perl tidy03e435fchore: regenerate docs77346effeat(portforwarding): acl and random local port allocationba48fa8feat(portforwarding): implement all commands, access checks, logging and ssh flag parsing📊 Changes
78 files changed (+4723 additions, -515 deletions)
View changed files
📝
.github/workflows/dockerhub.yml(+10 -6)📝
bin/admin/osh-sync-watcher.sh(+1 -1)📝
bin/admin/rename-account.sh(+6 -0)📝
bin/helper/osh-accountAddGroupServer(+41 -20)➕
bin/helper/osh-accountGenerateSshdConfig(+77 -0)📝
bin/helper/osh-accountModifyPersonalAccess(+48 -9)➕
bin/helper/osh-adminGenerateAllSshdConfigs(+146 -0)📝
bin/helper/osh-groupAddServer(+42 -4)➕
bin/helper/osh-groupGenerateSshdConfig(+119 -0)📝
bin/helper/osh-groupModify(+28 -3)➕
bin/plugin/admin/adminGenerateAllSshdConfigs(+73 -0)📝
bin/plugin/group-aclkeeper/groupAddServer(+84 -34)📝
bin/plugin/group-aclkeeper/groupAddServer.json(+16 -8)📝
bin/plugin/group-aclkeeper/groupDelServer(+67 -19)📝
bin/plugin/group-aclkeeper/groupDelServer.json(+12 -5)📝
bin/plugin/group-gatekeeper/groupAddGuestAccess(+85 -37)📝
bin/plugin/group-gatekeeper/groupAddGuestAccess.json(+9 -1)📝
bin/plugin/group-gatekeeper/groupAddMember(+14 -0)📝
bin/plugin/group-gatekeeper/groupDelGuestAccess(+79 -31)📝
bin/plugin/group-gatekeeper/groupDelGuestAccess.json(+7 -1)...and 58 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.