[PR #490] [MERGED] feat: add groupSetServers #521

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

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/490
Author: @speed47
Created: 8/6/2024
Status: Merged
Merged: 8/12/2024
Merged by: @speed47

Base: masterHead: groupSetServers


📝 Commits (3)

  • c2b1e5f feat: add groupSetServers
  • b7988b2 chore: freebsd: ignore OS version mismatch with packages
  • 851b730 fixupo

📊 Changes

8 files changed (+464 additions, -47 deletions)

View changed files

📝 .github/workflows/freebsd.yml (+2 -2)
bin/helper/osh-groupSetServers (+105 -0)
bin/plugin/group-aclkeeper/groupSetServers (+188 -0)
doc/sphinx/plugins/group-aclkeeper/groupSetServers.rst (+41 -0)
📝 doc/sphinx/plugins/group-aclkeeper/index.rst (+1 -0)
📝 etc/sudoers.group.template.d/500-base.sudoers (+3 -0)
📝 lib/perl/OVH/Bastion/allowkeeper.inc (+74 -45)
📝 tests/functional/tests.d/350-groups.sh (+50 -0)

📄 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/490 **Author:** [@speed47](https://github.com/speed47) **Created:** 8/6/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `groupSetServers` --- ### 📝 Commits (3) - [`c2b1e5f`](https://github.com/ovh/the-bastion/commit/c2b1e5f65f3807f33474c2af60cf82497d5eb81b) feat: add groupSetServers - [`b7988b2`](https://github.com/ovh/the-bastion/commit/b7988b26b010c37892ea43d3bc992d3590679577) chore: freebsd: ignore OS version mismatch with packages - [`851b730`](https://github.com/ovh/the-bastion/commit/851b7304f86e085b366ae73931ace0eb0b25ecf1) fixupo ### 📊 Changes **8 files changed** (+464 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/freebsd.yml` (+2 -2) ➕ `bin/helper/osh-groupSetServers` (+105 -0) ➕ `bin/plugin/group-aclkeeper/groupSetServers` (+188 -0) ➕ `doc/sphinx/plugins/group-aclkeeper/groupSetServers.rst` (+41 -0) 📝 `doc/sphinx/plugins/group-aclkeeper/index.rst` (+1 -0) 📝 `etc/sudoers.group.template.d/500-base.sudoers` (+3 -0) 📝 `lib/perl/OVH/Bastion/allowkeeper.inc` (+74 -45) 📝 `tests/functional/tests.d/350-groups.sh` (+50 -0) </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:20 +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#521
No description provided.