File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
olm-catalog/serverless-operator/manifests Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ kind: ClusterServiceVersion
3
3
metadata :
4
4
annotations :
5
5
operatorframework.io/suggested-namespace : " openshift-serverless"
6
- operators.openshift.io/infrastructure-features : ' ["disconnected", "proxy-aware"]'
7
6
operators.openshift.io/valid-subscription : ' ["OpenShift Container Platform", "OpenShift Platform Plus"]'
8
7
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"
10
16
features.operators.openshift.io/proxy-aware : " true"
11
17
features.operators.openshift.io/tls-profiles : " false"
12
18
features.operators.openshift.io/token-auth-aws : " false"
Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ kind: ClusterServiceVersion
3
3
metadata :
4
4
annotations :
5
5
operatorframework.io/suggested-namespace : " openshift-serverless"
6
- operators.openshift.io/infrastructure-features : ' ["disconnected", "proxy-aware"]'
7
6
operators.openshift.io/valid-subscription : ' ["OpenShift Container Platform", "OpenShift Platform Plus"]'
8
7
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"
10
16
features.operators.openshift.io/proxy-aware : " true"
11
17
features.operators.openshift.io/tls-profiles : " false"
12
18
features.operators.openshift.io/token-auth-aws : " false"
You can’t perform that action at this time.
0 commit comments