Skip to content
Merged
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
10 changes: 10 additions & 0 deletions source/includes/fact-5.1-scram-sha-1-fips-default.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Starting in MongoDB 5.1, instances running in
:ref:`FIPS mode <fips-overview>` have the
:ref:`SCRAM-SHA-1 authentication mechanism <authentication-parameters>`
disabled by default. You can enable the :ref:`SCRAM-SHA-1 authentication
mechanism <authentication-parameters>` with the
:ref:`setParameter.authenticationMechanisms
<set-parameter-authenticationMechanisms-code>` command.

This change will not affect drivers which target MongoDB
:dbcommand:`setFeatureCompatibilityVersion` 4.0+.
4 changes: 4 additions & 0 deletions source/reference/parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Parameters

.. |both| replace:: Available for both :binary:`~bin.mongod` and :binary:`~bin.mongos`.

.. _authentication-parameters:

Authentication Parameters
~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -75,6 +77,8 @@ Authentication Parameters
For example, to specify both ``PLAIN`` and ``SCRAM-SHA-256`` as the
authentication mechanisms, use the following command:

.. _set-parameter-authenticationMechanisms-code:

.. code-block:: bash

mongod --setParameter authenticationMechanisms=PLAIN,SCRAM-SHA-256 --auth
Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/5.1-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ General Changes

.. include:: /includes/fact-5.1-regex-document-schema-validation.rst

FIPS Mode Defaults SCRAM-SHA-1 Authentication to Off
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. include:: /includes/fact-5.1-scram-sha-1-fips-default.rst

``$mod`` Error Behavior
~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 2 additions & 0 deletions source/tutorial/configure-fips.txt
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,6 @@ Select the tab below for your platform:
Additional Considerations
--------------------------

.. include:: /includes/fact-5.1-scram-sha-1-fips-default.rst

.. include:: /includes/extracts/4.2-changes-fips.rst