Fails on FIPS enabled nodes #7210
-
Describe the bug
To Reproduce
[*] apiVersion: kafka.strimzi.io/v1beta2
kind: Kafka
metadata:
creationTimestamp: "2022-08-18T13:20:32Z"
generation: 1
name: test
namespace: jfr-dev
resourceVersion: "2977695313"
uid: ab911481-b72a-4549-b7b2-f94af9f0c655
spec:
entityOperator:
topicOperator: {}
userOperator: {}
kafka:
config:
default.replication.factor: 3
inter.broker.protocol.version: "3.2"
min.insync.replicas: 2
offsets.topic.replication.factor: 3
transaction.state.log.min.isr: 2
transaction.state.log.replication.factor: 3
listeners:
- name: plain
port: 9092
tls: false
type: internal
- name: tls
port: 9093
tls: true
type: internal
replicas: 3
storage:
type: ephemeral
version: 3.2.0
zookeeper:
replicas: 3
storage:
type: ephemeral
Expected behavior Environment (please complete the following information):
YAML files and logs Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Strimzi does not support FIPS. If you want to run Strimzi on FIPS enabled cluster, you can disable the FIPS mode in Strimzi containers through the |
Beta Was this translation helpful? Give feedback.
-
Doh - just realized this was documented in: https://strimzi.io/docs/operators/latest/full/configuring.html#proc-configuring-fips-mode-cluster-operator-str |
Beta Was this translation helpful? Give feedback.
Strimzi does not support FIPS. If you want to run Strimzi on FIPS enabled cluster, you can disable the FIPS mode in Strimzi containers through the
FIPS_MODE
environment variable of the cluster operator: https://strimzi.io/docs/operators/latest/full/configuring.html#proc-configuring-fips-mode-cluster-operator-str