mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #86] Doesn't seem to be a valid bastion group #21
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#21
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 @dwydler on GitHub (Dec 13, 2020).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/86
Good morning Guys,
i ad several groups which i want to delete on my bastion host. Every time i delete a group, it output follow error:
*** Deleting group 'keysbw-rs-servers' sudoers file `-> [ERR.] keysbw-rs-servers doesn't seem to be a valid bastion groupBelow the complete output from console:
If i try to delete the same group again, it display that the group do not exist.
~ Group 'keysbw-rs-servers' doesn't existWhat am I doing wrong? Is it a possibly an error?
Regards,
Daniel
@speed47 commented on GitHub (Dec 14, 2020):
Hello Daniel,
The message you're seeing is a little regression introduced by
50c016be10; thanks for the report.In the meantime, you can ignore this message: the group has still been deleted successfully. It only leaves a useless file behind in
/etc/sudoers.d, but this doesn't have any impact since the group no longer exists. The file will be cleaned up automatically on the next update, as regenerating the sudoers file is part of the process of all upgrades.The fix is easy and should be up soon. We're also patching the tests to better detect such problems.