From cecbf1d354a06141ca382ad112b3642e3c99cd22 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 ++++++++++++------ docs/install/update-pro.md | 18 ++++++++++++------ mkdocs-base.yml | 4 ++-- 4 files changed, 33 insertions(+), 15 deletions(-) diff --git a/docs/fips.md b/docs/fips.md index 16441b829..928ab1e48 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 9ba531e74..d0f986748 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/docs/install/update-pro.md b/docs/install/update-pro.md index 5b41b90ee..50cbb8833 100644 --- a/docs/install/update-pro.md +++ b/docs/install/update-pro.md @@ -30,13 +30,19 @@ This document provides instructions how you can upgrade from Percona Server for === ":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-60-pro] + USER_NAME= + REPO_TOKEN= + ``` + + 2. Enable the repository + + ```{.bash .data-prompt="$"} + $ sudo percona-release enable psmdb-60-pro release + ``` 4. Install Percona Server for MongoDB Pro packages diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 827eb288e..a44b87c8a 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: