Skip to content

Commit 2ab9451

Browse files
committed
simplify alwaysenforce
1 parent f7e67e1 commit 2ab9451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/FIPS140LicenseBootstrapCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ public BootstrapCheckResult check(BootstrapContext context) {
4040

4141
@Override
4242
public boolean alwaysEnforce() {
43-
return isInFipsMode;
43+
return true;
4444
}
4545
}

0 commit comments

Comments
 (0)