Skip to content

mongo: add security section #2399

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

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion mongo/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ First developed by the software company 10gen (now MongoDB Inc.) in October 2007

%%LOGO%%

# Security

By default Mongo's configuration requires no authentication for access, even for the administrative user. See the "`MONGO_INITDB_ROOT_USERNAME`, `MONGO_INITDB_ROOT_PASSWORD`" section below for information on how to begin securing Mongo and the [MongoDB Security documentation](https://www.mongodb.com/docs/manual/security/) for more detail.

# How to use this image

## Start a `%%REPO%%` server instance
Expand Down Expand Up @@ -46,7 +50,7 @@ The MongoDB Server log is available through Docker's container log:
$ docker logs some-%%REPO%%
```

## Configuration
# Configuration

See the [MongoDB manual](https://docs.mongodb.com/manual/) for information on using and configuring MongoDB for things like replica sets and sharding.

Expand Down