[PR #172] [MERGED] feat: add filtering options to several commands #290

Closed
opened 2026-05-07 00:20:12 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/172
Author: @speed47
Created: 4/8/2021
Status: Merged
Merged: 5/25/2021
Merged by: @speed47

Base: masterHead: implicit_globbing


📝 Commits (1)

  • f97ec01 feat: add filtering options to several cmds,nicify print_acls()

📊 Changes

16 files changed (+318 additions, -106 deletions)

View changed files

📝 bin/plugin/group-gatekeeper/groupListGuestAccesses (+17 -6)
📝 bin/plugin/open/groupList (+11 -7)
📝 bin/plugin/open/groupListServers (+18 -8)
📝 bin/plugin/open/selfListAccesses (+17 -8)
📝 bin/plugin/restricted/accountList (+11 -7)
📝 bin/plugin/restricted/accountListAccesses (+28 -22)
📝 doc/sphinx/plugins/group-gatekeeper/groupListGuestAccesses.rst (+19 -0)
📝 doc/sphinx/plugins/open/groupList.rst (+11 -7)
📝 doc/sphinx/plugins/open/groupListServers.rst (+18 -3)
📝 doc/sphinx/plugins/open/selfListAccesses.rst (+19 -5)
📝 doc/sphinx/plugins/restricted/accountList.rst (+11 -7)
📝 doc/sphinx/plugins/restricted/accountListAccesses.rst (+16 -3)
📝 lib/perl/OVH/Bastion/allowdeny.inc (+90 -21)
📝 lib/perl/OVH/Bastion/allowkeeper.inc (+8 -2)
📝 tests/functional/tests.d/350-groups.sh (+12 -0)
📝 tests/unit/run.pl (+12 -0)

📄 Description

The commands selfListAccesses, accountListAccesses,
groupList, groupListServers, groupListGuestAccesses and
accountList now have options to filter their output through
pattern matching, with --include and --exclude.

Closes #60.


🔄 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/172 **Author:** [@speed47](https://github.com/speed47) **Created:** 4/8/2021 **Status:** ✅ Merged **Merged:** 5/25/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `implicit_globbing` --- ### 📝 Commits (1) - [`f97ec01`](https://github.com/ovh/the-bastion/commit/f97ec011c0e3fac2ce799d2b8dbc9f703abcd897) feat: add filtering options to several cmds,nicify print_acls() ### 📊 Changes **16 files changed** (+318 additions, -106 deletions) <details> <summary>View changed files</summary> 📝 `bin/plugin/group-gatekeeper/groupListGuestAccesses` (+17 -6) 📝 `bin/plugin/open/groupList` (+11 -7) 📝 `bin/plugin/open/groupListServers` (+18 -8) 📝 `bin/plugin/open/selfListAccesses` (+17 -8) 📝 `bin/plugin/restricted/accountList` (+11 -7) 📝 `bin/plugin/restricted/accountListAccesses` (+28 -22) 📝 `doc/sphinx/plugins/group-gatekeeper/groupListGuestAccesses.rst` (+19 -0) 📝 `doc/sphinx/plugins/open/groupList.rst` (+11 -7) 📝 `doc/sphinx/plugins/open/groupListServers.rst` (+18 -3) 📝 `doc/sphinx/plugins/open/selfListAccesses.rst` (+19 -5) 📝 `doc/sphinx/plugins/restricted/accountList.rst` (+11 -7) 📝 `doc/sphinx/plugins/restricted/accountListAccesses.rst` (+16 -3) 📝 `lib/perl/OVH/Bastion/allowdeny.inc` (+90 -21) 📝 `lib/perl/OVH/Bastion/allowkeeper.inc` (+8 -2) 📝 `tests/functional/tests.d/350-groups.sh` (+12 -0) 📝 `tests/unit/run.pl` (+12 -0) </details> ### 📄 Description The commands `selfListAccesses`, `accountListAccesses`, `groupList`, `groupListServers`, `groupListGuestAccesses` and `accountList` now have options to filter their output through pattern matching, with `--include` and `--exclude`. Closes #60. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:12 +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#290
No description provided.