From 3266f57eeba7c72e70bf1650a58fa64e26f400e6 Mon Sep 17 00:00:00 2001 From: Anastasia Alexandrova Date: Tue, 24 Sep 2024 12:10:17 +0200 Subject: [PATCH] PSMDB-1503 Added OS list for FIPS (#929) modified: docs/fips.md Updated install pro with a missin step Fixed tabs rendering --- docs/fips.md | 8 +++++++- docs/install/install-pro.md | 18 ++++++++++++------ mkdocs-base.yml | 4 ++-- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/docs/fips.md b/docs/fips.md index 16441b82..928ab1e4 100644 --- a/docs/fips.md +++ b/docs/fips.md @@ -4,4 +4,10 @@ FIPS (Federal Information Processing Standard) is the US government computer sec The FIPS compliance in Percona Server for MongoDB is implemented in the same way, as in MongoDB Enterprise. It is available in [Percona Server for MongoDB Pro out of the box](psmdb-pro.md) starting with version 7.0.4-2. You can also receive this functionality by [building Percona Server for MongoDB from source code](install/source.md). -See [Configure MongoDB for FIPS](https://www.mongodb.com/docs/v7.0/tutorial/configure-fips/) in MongoDB documentation for configuration guidelines. \ No newline at end of file +See [Configure MongoDB for FIPS](https://www.mongodb.com/docs/v7.0/tutorial/configure-fips/) in MongoDB documentation for configuration guidelines. + +## Platform support + +Starting with Percona Server for MongoDB 7.0.4-2, you can run Percona Server for MongoDB in FIPS mode on all [supported operating systems](https://www.percona.com/services/policies/percona-software-support-lifecycle#mongodb). To use FIPS mode for Percona Server for MongoDB, your Linux system must be configured with the OpenSSL FIPS certified module. + +Note, that FIPS modules on Ubuntu 24.04 are not available yet as they are awaiting final certification by CMVP. \ No newline at end of file diff --git a/docs/install/install-pro.md b/docs/install/install-pro.md index 9ba531e7..d0f98674 100644 --- a/docs/install/install-pro.md +++ b/docs/install/install-pro.md @@ -50,13 +50,19 @@ If you already run Percona Server for MongoDB and wish to upgrade to Percona Ser === ":octicons-file-code-24: Configuration file" - Create the `/root/.percona-private-repos.config` configuration file with the following content: + 1. Create the `/root/.percona-private-repos.config` configuration file with the following content: - ```ini title="/root/.percona-private-repos.config" - [psmdb-70-pro] - USER_NAME= - REPO_TOKEN= - ``` + ```ini title="/root/.percona-private-repos.config" + [psmdb-70-pro] + USER_NAME= + REPO_TOKEN= + ``` + + 2. Enable the repository + + ```{.bash .data-prompt="$"} + $ sudo percona-release enable psmdb-70-pro release + ``` 3. Install Percona Server for MongoDB Pro packages: diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 827eb288..a44b87c8 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -89,8 +89,8 @@ markdown_extensions: pymdownx.details: {} pymdownx.mark: {} pymdownx.smartsymbols: {} - pymdownx.tabbed: {} -# {alternate_style: true} + pymdownx.tabbed: + {alternate_style: true} pymdownx.tilde: {} pymdownx.superfences: custom_fences: