Skip to content

Commit

Permalink
PSMDB-1503 Added OS list for FIPS (#929)
Browse files Browse the repository at this point in the history
modified:   docs/fips.md
Updated install pro with a missin step
Fixed tabs rendering
  • Loading branch information
nastena1606 committed Sep 24, 2024
1 parent b0e661d commit 3266f57
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
8 changes: 7 additions & 1 deletion docs/fips.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
18 changes: 12 additions & 6 deletions docs/install/install-pro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```
```ini title="/root/.percona-private-repos.config"
[psmdb-70-pro]
USER_NAME=<Your Customer ID>
REPO_TOKEN=<Your PRO repository token>
```

2. Enable the repository

```{.bash .data-prompt="$"}
$ sudo percona-release enable psmdb-70-pro release
```

3. Install Percona Server for MongoDB Pro packages:

Expand Down
4 changes: 2 additions & 2 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3266f57

Please sign in to comment.