mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 16:35:33 +02:00
[GH-ISSUE #202] setup-first-admin-account.sh script does not update bastion.conf for additional admin accounts #53
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#53
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 @ghost on GitHub (Jun 18, 2021).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/202
Per documentation we should be able to use the setup-first-admin-account.sh script to add additional admin accounts.
It appears however that bastion.conf is only updated for the initial admin account created and you have to manually change the bastion.conf file for any additional admin account added.
Low priority but would be useful if this could be fixed.
@speed47 commented on GitHub (Jun 21, 2021):
Correct, as the name implies this was first designed to be used only for the first admin (bootstrap), but the documentation says otherwise, and as you noted, there's not much to do to make it work for more accounts!