mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #206] Add command to directly request adminAccounts #54
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#54
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?
Originally created by @thibaultserti on GitHub (Jun 23, 2021).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/206
Originally assigned to: @ThibaultDewailly on GitHub.
I have a script that checks that the bastion admin are only taken from a certain list.
Currently the issue is that it's very long because I need to call
accountInfomultiple times (one for each UNIX user) and it's verylow.
The admin are only defined in
/etc/bastion.conf, so it should be easy to add a bastion command that directly checks who is a bastion admin.@speed47 commented on GitHub (Jun 23, 2021):
Should be easy to add, indeed