[PR #480] [MERGED] feat: support wildcards in --user (fix #461) #515

Closed
opened 2026-05-07 00:21:18 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/480
Author: @speed47
Created: 7/1/2024
Status: Merged
Merged: 7/2/2024
Merged by: @speed47

Base: masterHead: globuser


📝 Commits (2)

  • 927f8dc feat: support wildcards in --user (fix #461)
  • 7bb412f chore: adapt help messages for wildcard --user support

📊 Changes

25 files changed (+342 additions, -197 deletions)

View changed files

📝 bin/plugin/group-aclkeeper/groupAddServer (+14 -11)
📝 bin/plugin/group-aclkeeper/groupDelServer (+22 -9)
📝 bin/plugin/group-gatekeeper/groupAddGuestAccess (+18 -13)
📝 bin/plugin/group-gatekeeper/groupDelGuestAccess (+18 -14)
📝 bin/plugin/restricted/accountAddPersonalAccess (+13 -9)
📝 bin/plugin/restricted/accountDelPersonalAccess (+16 -12)
📝 bin/plugin/restricted/selfAddPersonalAccess (+14 -10)
📝 bin/plugin/restricted/selfDelPersonalAccess (+15 -11)
📝 bin/shell/osh.pl (+3 -1)
📝 doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst (+11 -9)
📝 doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst (+18 -6)
📝 doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst (+17 -13)
📝 doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst (+18 -12)
📝 doc/sphinx/plugins/restricted/accountAddPersonalAccess.rst (+9 -6)
📝 doc/sphinx/plugins/restricted/accountDelPersonalAccess.rst (+9 -6)
📝 doc/sphinx/plugins/restricted/selfAddPersonalAccess.rst (+10 -7)
📝 doc/sphinx/plugins/restricted/selfDelPersonalAccess.rst (+9 -6)
📝 lib/perl/OVH/Bastion.pm (+8 -3)
📝 lib/perl/OVH/Bastion/Plugin.pm (+8 -7)
📝 lib/perl/OVH/Bastion/Plugin/handleSessions.pm (+1 -1)

...and 5 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ovh/the-bastion/pull/480 **Author:** [@speed47](https://github.com/speed47) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `globuser` --- ### 📝 Commits (2) - [`927f8dc`](https://github.com/ovh/the-bastion/commit/927f8dc255383c5ff6f7263aa4e17d1c936a9115) feat: support wildcards in --user (fix #461) - [`7bb412f`](https://github.com/ovh/the-bastion/commit/7bb412ff7e02eaf44c015669ae25d0eb8ef60d88) chore: adapt help messages for wildcard --user support ### 📊 Changes **25 files changed** (+342 additions, -197 deletions) <details> <summary>View changed files</summary> 📝 `bin/plugin/group-aclkeeper/groupAddServer` (+14 -11) 📝 `bin/plugin/group-aclkeeper/groupDelServer` (+22 -9) 📝 `bin/plugin/group-gatekeeper/groupAddGuestAccess` (+18 -13) 📝 `bin/plugin/group-gatekeeper/groupDelGuestAccess` (+18 -14) 📝 `bin/plugin/restricted/accountAddPersonalAccess` (+13 -9) 📝 `bin/plugin/restricted/accountDelPersonalAccess` (+16 -12) 📝 `bin/plugin/restricted/selfAddPersonalAccess` (+14 -10) 📝 `bin/plugin/restricted/selfDelPersonalAccess` (+15 -11) 📝 `bin/shell/osh.pl` (+3 -1) 📝 `doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst` (+11 -9) 📝 `doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst` (+18 -6) 📝 `doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst` (+17 -13) 📝 `doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst` (+18 -12) 📝 `doc/sphinx/plugins/restricted/accountAddPersonalAccess.rst` (+9 -6) 📝 `doc/sphinx/plugins/restricted/accountDelPersonalAccess.rst` (+9 -6) 📝 `doc/sphinx/plugins/restricted/selfAddPersonalAccess.rst` (+10 -7) 📝 `doc/sphinx/plugins/restricted/selfDelPersonalAccess.rst` (+9 -6) 📝 `lib/perl/OVH/Bastion.pm` (+8 -3) 📝 `lib/perl/OVH/Bastion/Plugin.pm` (+8 -7) 📝 `lib/perl/OVH/Bastion/Plugin/handleSessions.pm` (+1 -1) _...and 5 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:21:18 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/the-bastion#515
No description provided.