Skip to content

Commit

Permalink
fix: Removing '-Dcom.redhat.fips=false' from the default JAVA_OPTS
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Nov 22, 2023
1 parent afa38e2 commit 67fd655
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkg/common/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 67fd655

Please sign in to comment.