Skip to content

Commit 73d65d4

Browse files
pierDipicreydr
andauthored
serverless-operator is designed for FIPS, update annotation (#3573)
Signed-off-by: Pierangelo Di Pilato <[email protected]> Co-authored-by: Christoph Stäbler <[email protected]>
1 parent 4cdf897 commit 73d65d4

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

olm-catalog/serverless-operator/manifests/serverless-operator.clusterserviceversion.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ kind: ClusterServiceVersion
33
metadata:
44
annotations:
55
operatorframework.io/suggested-namespace: "openshift-serverless"
6-
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware"]'
76
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
87
features.operators.openshift.io/disconnected: "true"
9-
features.operators.openshift.io/fips-compliant: "false"
8+
# Designed for FIPS.
9+
#
10+
# Specify whether an Operator accepts the FIPS-140 configuration of the
11+
# underlying platform and works on nodes that are booted into FIPS mode.
12+
# In this mode, the Operator and any workloads it manages (operands)
13+
# are solely calling the Red Hat Enterprise Linux (RHEL) cryptographic
14+
# library submitted for FIPS-140 validation.
15+
features.operators.openshift.io/fips-compliant: "true"
1016
features.operators.openshift.io/proxy-aware: "true"
1117
features.operators.openshift.io/tls-profiles: "false"
1218
features.operators.openshift.io/token-auth-aws: "false"

templates/csv.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ kind: ClusterServiceVersion
33
metadata:
44
annotations:
55
operatorframework.io/suggested-namespace: "openshift-serverless"
6-
operators.openshift.io/infrastructure-features: '["disconnected", "proxy-aware"]'
76
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
87
features.operators.openshift.io/disconnected: "true"
9-
features.operators.openshift.io/fips-compliant: "false"
8+
# Designed for FIPS.
9+
#
10+
# Specify whether an Operator accepts the FIPS-140 configuration of the
11+
# underlying platform and works on nodes that are booted into FIPS mode.
12+
# In this mode, the Operator and any workloads it manages (operands)
13+
# are solely calling the Red Hat Enterprise Linux (RHEL) cryptographic
14+
# library submitted for FIPS-140 validation.
15+
features.operators.openshift.io/fips-compliant: "true"
1016
features.operators.openshift.io/proxy-aware: "true"
1117
features.operators.openshift.io/tls-profiles: "false"
1218
features.operators.openshift.io/token-auth-aws: "false"

0 commit comments

Comments
 (0)