File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -311,7 +311,8 @@ public Security(Settings settings, final Path configPath) {
311311 new PasswordHashingAlgorithmBootstrapCheck (),
312312 new FIPS140SecureSettingsBootstrapCheck (settings , env ),
313313 new FIPS140JKSKeystoreBootstrapCheck (settings ),
314- new FIPS140PasswordHashingAlgorithmBootstrapCheck (settings )));
314+ new FIPS140PasswordHashingAlgorithmBootstrapCheck (settings ),
315+ new FIPS140LicenseBootstrapCheck (XPackSettings .FIPS_MODE_ENABLED .get (settings ))));
315316 checks .addAll (InternalRealms .getBootstrapChecks (settings , env ));
316317 this .bootstrapChecks = Collections .unmodifiableList (checks );
317318 Automatons .updateMaxDeterminizedStates (settings );
You can’t perform that action at this time.
0 commit comments