forked from elastic/elasticsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FIPS documentation for 8.x (elastic#105041)
This commit updates the documentation for FIPS support. In addition to the changes for 8.x it also provides more details for how to setup/configure FIPS mode.
- Loading branch information
1 parent
afd2dc6
commit 28a7dc3
Showing
2 changed files
with
132 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
{es} {version} requires Java 17 or later. | ||
There is not yet a FIPS-certified security module for Java 17 | ||
that you can use when running {es} {version} in FIPS 140-2 mode. | ||
If you run in FIPS 140-2 mode, you will either need to request | ||
an exception from your security organization to upgrade to {es} {version}, | ||
or remain on {es} 7.x until Java 17 is certified. | ||
ifeval::["{release-state}"=="released"] | ||
{es} 8.0+ requires Java 17 or later. {es} 8.13+ has been tested with https://www.bouncycastle.org/java.html[Bouncy Castle]'s Java 17 | ||
https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4616[certified] FIPS implementation and is the | ||
recommended Java security provider when running {es} in FIPS 140-2 mode. | ||
Note - {es} does not ship with a FIPS certified security provider and requires explicit installation and configuration. | ||
Alternatively, consider using {ess} in the | ||
https://www.elastic.co/industries/public-sector/fedramp[FedRAMP-certified GovCloud region]. | ||
endif::[] |