You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working on integration tests with mongodb::server::create_admin=true I noticed prefetch of databases failed.
The error was fixed in the provider, but it bot me thinking 'why do we manage the admin database end not just the admin user?'
I have tried to bring up mogodb 4.4 trough 7.0 without auth, and it seems the admin database is always there.
Given this there should be no reason to manage the database with puppet.
The text was updated successfully, but these errors were encountered:
I noticed that creating the admin user fails when auth is disabled, on one hand, I wanted to fix this. On the other, does it even make sense to create an admin user when auth is disabled?
What are you seeing
When working on integration tests with
mongodb::server::create_admin=true
I noticed prefetch of databases failed.The error was fixed in the provider, but it bot me thinking 'why do we manage the admin database end not just the admin user?'
I have tried to bring up mogodb 4.4 trough 7.0 without auth, and it seems the admin database is always there.
Given this there should be no reason to manage the database with puppet.
The text was updated successfully, but these errors were encountered: