Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New server::admin_password_hash parameter #659

Merged
merged 1 commit into from Oct 9, 2023

Conversation

traylenator
Copy link
Contributor

@traylenator traylenator commented Jan 17, 2023

Pull Request (PR) description

Allow mongdb to be set up with the specification of a hash of the password rather than a password itself.

For example:

class{'mongodb::server':
  create_admin  => true,
  admin_username => 'admin',
  admin_password_hash => '5b1b54d081b35a00539780ab55e0ebf4',
}

Allow mongdb to be set up with the specification of a hash of
the password rather than a password itself.
@traylenator traylenator merged commit 6aa1f37 into voxpupuli:master Oct 9, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants