mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[PR #396] [MERGED] feat: add dryrun in access_modify() and widest prefix precondition check #448
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#448
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/396
Author: @speed47
Created: 5/31/2023
Status: ✅ Merged
Merged: 6/1/2023
Merged by: @speed47
Base:
master← Head:selfAddOwnOnly📝 Commits (6)
ab6b14afeat: add dryrun in access_modify() and widest prefix precondition checkec3d2edfeat: plugins: add loadConfig parameter & config validator supportffed347feat: add 2 configurable knobs to (self|account)AddPersonalAccessca4b8b7chore: doc: adding plugin configuration autogeneration56aedc9chg: remove Debian 9 tests and dockerfile56ed15cchore: fix GitHub actions under freebsd📊 Changes
15 files changed (+373 additions, -77 deletions)
View changed files
📝
.github/workflows/freebsd.yml(+3 -3)📝
.github/workflows/tests.yml(+1 -1)📝
bin/helper/osh-accountModifyPersonalAccess(+30 -10)📝
bin/plugin/restricted/accountAddPersonalAccess(+64 -3)📝
bin/plugin/restricted/selfAddPersonalAccess(+63 -10)📝
doc/sphinx/build-plugins-help.sh(+23 -1)📝
doc/sphinx/plugins/restricted/accountAddPersonalAccess.rst(+32 -0)📝
doc/sphinx/plugins/restricted/selfAddPersonalAccess.rst(+31 -0)➖
docker/Dockerfile.debian9(+0 -30)📝
lib/perl/OVH/Bastion.pm(+4 -3)📝
lib/perl/OVH/Bastion/Plugin.pm(+19 -6)📝
lib/perl/OVH/Bastion/Plugin/ACL.pm(+0 -0)📝
lib/perl/OVH/Bastion/allowkeeper.inc(+47 -7)📝
lib/perl/OVH/Bastion/configuration.inc(+22 -3)📝
tests/functional/tests.d/340-selfaccesses.sh(+34 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.