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

Kubernetes deployment now requires Mongo auth #1826

Merged
merged 1 commit into from
Jul 4, 2024

Commits on Jun 27, 2024

  1. Kubernetes deployment now requires Mongo auth

    The MONGO_INITDB_ROOT_USERNAME and MONGO_INITDB_ROOT_PASSWORD variables,
    if they exist when the MongoDB container is started up, will be used to
    tell MongoDB to start in auth-required mode. If there is an existing
    database then the value of these env vars doesn't matter and the
    usernames and passwords from the existing database will be used instead,
    but if the database is empty then these two env vars are used to set up
    an initial administrator account that can access and change anything,
    and the DB setup scripts are then expected to create any other required
    users. Since we now have authentication defined in Mongo, we can turn
    this on by default and everything will continue to work.
    rmunn committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    eb0fed1 View commit details
    Browse the repository at this point in the history