fix: Removing '-Dcom.redhat.fips=false' from the default JAVA_OPTS

Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
pull/1790/head
Ilya Buziuk 2023-11-09 14:32:45 +01:00 committed by Ilya Buziuk
parent afa38e288c
commit 67fd655d9f
1 changed files with 4 additions and 6 deletions

View File

@ -53,12 +53,10 @@ const (
DefaultServerTrustStoreConfigMapName = "ca-certs"
DefaultProxyCredentialsSecret = "proxy-credentials"
DefaultGitSelfSignedCertsConfigMapName = "che-git-self-signed-cert"
// -Dcom.redhat.fips=false workaround allows to run che-server on OpenShift with FIPS enabled
// See https://issues.redhat.com/browse/CRW-3301
DefaultJavaOpts = "-XX:MaxRAMPercentage=85.0 -Dcom.redhat.fips=false"
DefaultSecurityContextFsGroup = 1724
DefaultSecurityContextRunAsUser = 1724
DefaultCheServiceAccountName = "che"
DefaultJavaOpts = "-XX:MaxRAMPercentage=85.0"
DefaultSecurityContextFsGroup = 1724
DefaultSecurityContextRunAsUser = 1724
DefaultCheServiceAccountName = "che"
// OAuth
BitBucketOAuthConfigClientIdFileName = "id"