We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4bc4ed commit 4ed1ad2Copy full SHA for 4ed1ad2
charts/mgmt-agent/templates/env-configmap.yaml
@@ -18,3 +18,8 @@ data:
18
19
# Modifiable properties
20
# 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