Skip to content

Commit 4ed1ad2

Browse files
committed
add support to disable default jre security prop file
1 parent c4bc4ed commit 4ed1ad2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/mgmt-agent/templates/env-configmap.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ data:
1818

1919
# Modifiable properties
2020
# Add new or change the below existing properties as required
21+
22+
# Openjdk on RHEL with FIPS requires the default secruity property to be disabled, so that
23+
# it does not inadvertently use non-compliant cryptographic configurations from it.
24+
# Set this to true to disable, and pass disableJREDefaultSecurityPropertiesFile=true via the rsp file.
25+
DISABLE_JRE_DEFAULT_SECURITY_PROPERTIES_FILE: "false"

0 commit comments

Comments
 (0)