Skip to content

Commit

Permalink
add BCJSSE
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Dec 20, 2023
1 parent 0dfec0b commit 9a3d7db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if (BuildParams.inFipsJvm) {
// with no x-pack. Tests having security explicitly enabled/disabled will override this setting
setting 'xpack.security.enabled', 'false'
setting 'xpack.security.fips_mode.enabled', 'true'
setting 'xpack.security.fips_mode.required_providers', '["BCFIPS"]'
setting 'xpack.security.fips_mode.required_providers', '["BCFIPS", "BCJSSE"]'
setting 'xpack.license.self_generated.type', 'trial'
setting 'xpack.security.authc.password_hashing.algorithm', 'pbkdf2_stretch'
keystorePassword 'keystore-password'
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/settings/security-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ Enables fips mode of operation. Set this to `true` if you run this {es} instance

`xpack.security.fips_mode.required_providers`::
(<<static-cluster-setting,Static>>)
Optionally enforce specific Java JCE/JSSE security providers. For example, set this to `["BCFIPS"]` to require the Bouncy Castle FIPS
security provider. Only applicable when `xpack.security.fips_mode.enabled` is set to `true`.
Optionally enforce specific Java JCE/JSSE security providers. For example, set this to `["BCFIPS", "BCJSSE"]` (case-insensitive) to require
the Bouncy Castle FIPS JCE and JSSE security providers. Only applicable when `xpack.security.fips_mode.enabled` is set to `true`.

[discrete]
[[password-hashing-settings]]
Expand Down

0 comments on commit 9a3d7db

Please sign in to comment.