Skip to content
Closed
Show file tree
Hide file tree
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
7 changes: 7 additions & 0 deletions config/htaccess.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4713,4 +4713,11 @@ type: 'redirect'
code: 301
outputs:
- 'before-v3.0'
---
from: '/core/enable-internal-authentication'
to: '/core/enforce-keyfile-access-control-in-existing-replica-set'
type: 'redirect'
code: 301
outputs:
- 'after-v3.0'
...
2 changes: 2 additions & 0 deletions source/administration/security-checklist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ deployments, enable authentication for each MongoDB server.
See :doc:`/core/authentication` and
:doc:`/tutorial/enable-authentication`.

.. _security-checklist-role-based-access-control:

Configure Role-Based Access Control
-----------------------------------

Expand Down
5 changes: 4 additions & 1 deletion source/core/security-internal-authentication.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ see :doc:`/tutorial/upgrade-keyfile-to-x509`.
.. toctree::
:titlesonly:

/tutorial/enable-internal-authentication
/tutorial/enforce-keyfile-access-control-in-existing-replica-set
/tutorial/deploy-replica-set-with-keyfile-access-control
/tutorial/enforce-keyfile-access-control-in-existing-sharded-cluster
/tutorial/deploy-sharded-cluster-with-keyfile-access-control
/tutorial/configure-x509-member-authentication
/tutorial/upgrade-keyfile-to-x509
Loading