mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-09 08:25:27 +02:00
[GH-ISSUE #71] Duplicated MFAPasswordMaxDays entry in bastion.conf #20
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#20
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 @axl89 on GitHub (Nov 28, 2020).
Original GitHub issue: https://github.com/ovh/the-bastion/issues/71
While doing a Chef cookbook to manage this awesome software, I found out that the
MFAPasswordMaxDaysentry is duplicated in the bastion.conf.dist file in v3.01.00:I'm not sure which one you'd like to keep, so I can't make a PR, but I hope this issue is useful! 😄
@Alkorin commented on GitHub (Nov 28, 2020):
Thanks for the report!
It's not a duplicate entry but a wrong config name.
@speed47 commented on GitHub (Nov 30, 2020):
Side note @axl89, we have a Puppet module out since a few days, because that's what we happen to be using internally ;)
So that's cool you're working on a Chef cookbook!
@axl89 commented on GitHub (Dec 1, 2020):
Thanks, @speed47 ! I'll follow your work closely, I really like this project and we will start using it very soon in our production environments. I aim to maintain the cookbook up to date with your new changes and configurations! 😄
@speed47 commented on GitHub (Dec 15, 2020):
I'll try your cookbook when I find some time. We might want to reference it in the readme as a third party tool at some point!