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

DOCSP-12544 Move FIPS flag to enterprise only #5816

Merged
merged 1 commit into from
Sep 8, 2021
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
1 change: 1 addition & 0 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ toc_landing_pages = [
"/release-notes/4.4-downgrade",
"/release-notes/4.4",
"/release-notes/5.0",
"/release-notes/5.1",
"/replication",
"/security",
"/sharding",
Expand Down
19 changes: 19 additions & 0 deletions source/includes/5.1/removed-parameters.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
MongoDB 5.1 removes the following server parameters:

.. list-table::
:header-rows: 1
:widths: 25 75

* - Removed Parameters
- Description

* - :option:`--tlsFIPSMode <mongod --tlsFIPSMode>`
- This option is removed from the MongoDB Community Edition. It
is available in `MongoDB Enterprise`_ edition.

FIPS was not a supported feature in MongoDB Community Edition.
If your installation made use of FIPS anyway, you will need to
:doc:`reconfigure your TLS/SSL connections </tutorial/configure-ssl>`
before upgrading.


1 change: 1 addition & 0 deletions source/release-notes/5.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1073,3 +1073,4 @@ of the related projects.
/release-notes/5.0-upgrade-sharded-cluster
/release-notes/5.0-downgrade
/release-notes/5.0-changelog

2 changes: 2 additions & 0 deletions source/release-notes/5.1-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Starting in MongoDB 5.1, these database commands and
Removed Parameters
------------------

.. include:: /includes/5.1/removed-parameters.rst

Removed Index Types
-------------------

Expand Down
11 changes: 11 additions & 0 deletions source/release-notes/5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Release Notes for MongoDB 5.1
:depth: 1
:class: twocols

General
-------

.. include:: /includes/in-dev.rst

Indexes
Expand Down Expand Up @@ -56,6 +59,14 @@ determines whether the temporary documents required for :ref:`retryable
<retryable-writes>` :dbcommand:`findAndModify` commands are stored in
the *side* collection (``config.image_collection``).

Report an Issue
---------------

To report an issue, see
https://github.com/mongodb/mongo/wiki/Submit-Bug-Reports for
instructions on how to file a JIRA ticket for the MongoDB server or one
of the related projects.

.. toctree::
:titlesonly:
:hidden:
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 @@ -12,6 +12,8 @@ Configure MongoDB for FIPS

.. |arrow| unicode:: U+27A4

.. _fips-overview:

Overview
--------

Expand Down