Skip to content

Commit 2fbd0aa

Browse files
committed
Added support for FIPS compliance build
Signed-off-by: Anand Francis Joseph <[email protected]>
1 parent f652316 commit 2fbd0aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Containerfile.plugin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY version/ version/
3838

3939
ARG VERBOSE=2
4040
ENV GOFLAGS="-mod=mod"
41-
RUN go build -o bin/manager ./cmd/main.go
41+
RUN GOEXPERIMENT=strictfipsruntime CGO_ENABLED=1 go build -tags strictfipsruntime -o bin/manager ./cmd/main.go
4242

4343
FROM registry.access.redhat.com/ubi8/ubi-minimal
4444
ENV LANG=en_US.utf8

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ metadata:
168168
description: Enables teams to adopt GitOps principles for managing cluster configurations
169169
and application delivery across hybrid multi-cluster Kubernetes environments.
170170
features.operators.openshift.io/disconnected: "true"
171-
features.operators.openshift.io/fips-compliant: "false"
171+
features.operators.openshift.io/fips-compliant: "true"
172172
features.operators.openshift.io/proxy-aware: "true"
173173
features.operators.openshift.io/tls-profiles: "false"
174174
features.operators.openshift.io/token-auth-aws: "false"

0 commit comments

Comments
 (0)