Skip to content

Commit dc24006

Browse files
author
Sam Kleinman
committed
DOCS-79 publishing security documents
1 parent cb2cb85 commit dc24006

9 files changed

+26
-9
lines changed

source/contents.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ MongoDB Manual Contents
1010
replication
1111
sharding
1212
administration
13+
security
1314
indexes
1415
aggregation
1516
applications

source/includes/list-administration-tutorials.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,22 @@
33
- :doc:`tutorial/install-mongodb-on-os-x`
44
- :doc:`tutorial/install-mongodb-on-debian-or-ubuntu-linux`
55
- :doc:`tutorial/install-mongodb-on-windows`
6-
- :doc:`/tutorial/deploy-replica-set`
7-
- :doc:`/tutorial/convert-standalone-to-replica-set`
8-
- :doc:`/tutorial/expand-replica-set`
9-
- :doc:`/tutorial/deploy-geographically-distributed-replica-set`
10-
- :doc:`/tutorial/change-oplog-size`
11-
- :doc:`/tutorial/force-member-to-be-primary`
12-
- :doc:`/tutorial/change-hostnames-in-a-replica-set`
13-
- :doc:`/tutorial/convert-secondary-into-arbiter`
14-
- :doc:`/tutorial/reconfigure-replica-set-with-unavailable-members`
6+
- :doc:`tutorial/deploy-replica-set`
7+
- :doc:`tutorial/convert-standalone-to-replica-set`
8+
- :doc:`tutorial/expand-replica-set`
9+
- :doc:`tutorial/deploy-geographically-distributed-replica-set`
10+
- :doc:`tutorial/change-oplog-size`
11+
- :doc:`tutorial/force-member-to-be-primary`
12+
- :doc:`tutorial/change-hostnames-in-a-replica-set`
13+
- :doc:`tutorial/convert-secondary-into-arbiter`
14+
- :doc:`tutorial/reconfigure-replica-set-with-unavailable-members`
1515
- :doc:`tutorial/recover-data-following-unexpected-shutdown`
1616
- :doc:`tutorial/deploy-shard-cluster`
1717
- :doc:`tutorial/convert-replica-set-to-replicated-shard-cluster`
1818
- :doc:`tutorial/add-shards-to-shard-cluster`
1919
- :doc:`tutorial/remove-shards-from-cluster`
2020
- :doc:`tutorial/expire-data`
2121
- :doc:`tutorial/copy-databases-between-instances`
22+
- :doc:`tutorial/configure-linux-iptables-firewall`
23+
- :doc:`tutorial/configure-windows-netsh-firewall`
24+
- :doc:`tutorial/control-access-to-mongodb-with-authentication`

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ MongoDB...
9292
are deploying MongoDB to production, be sure to familiarize
9393
yourself with the following topics:
9494

95+
- :doc:`Security </security>`
9596
- :doc:`Backups </administration/backups>`
9697
- :doc:`Monitoring </administration/monitoring>`
9798
- :wiki:`Hardware and System Settings <Production+Notes>`

source/security.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
========
2+
Security
3+
========
4+
5+
.. toctree::
6+
:maxdepth: 3
7+
8+
administration/security.txt
9+
administration/vulnerability-notification.txt
10+
tutorial/configure-linux-iptables-firewall.txt
11+
tutorial/configure-windows-netsh-firewall.txt
12+
tutorial/control-access-to-mongodb-with-authentication.txt

0 commit comments

Comments
 (0)