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 @@ -301,7 +301,8 @@ public Security(Settings settings, final Path configPath) {
301301 new TLSLicenseBootstrapCheck (),
302302 new FIPS140SecureSettingsBootstrapCheck (settings , env ),
303303 new FIPS140JKSKeystoreBootstrapCheck (settings ),
304- new FIPS140PasswordHashingAlgorithmBootstrapCheck (settings )));
304+ new FIPS140PasswordHashingAlgorithmBootstrapCheck (settings ),
305+ new FIPS140LicenseBootstrapCheck (XPackSettings .FIPS_MODE_ENABLED .get (settings ))));
305306 checks .addAll (InternalRealms .getBootstrapChecks (settings , env ));
306307 this .bootstrapChecks = Collections .unmodifiableList (checks );
307308 Automatons .updateMaxDeterminizedStates (settings );
You can’t perform that action at this time.
0 commit comments