Replies: 1 comment 8 replies
-
I tried like this where kafka is running in "kafka-mtls" namespace and my application is running in "app" namespace
but when creating the cluster i can see the below error in clusterOperator log , |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello @scholzj ,
i have my application running in one namespace and kafka in one namespace , i have enabled mTLS ,I can see the secret for the user getting created in the same namespace where Kafka is running , to make it dynamic i would like to create this secret in other namespace where my application is using so that i can just mount the secret and use to to connect to the broker with mTLS,
Is this possible ? , I see the below configuration in the doc , will it fit my scenario ,
https://strimzi.io/docs/operators/latest/full/using.html#user-operator-str
**User Operator configuration properties
User Operator deployment can be configured using additional options inside the userOperator object. The following properties are supported:
watchedNamespace
The Kubernetes namespace in which the user operator watches for KafkaUsers. Default is the namespace where the Kafka cluster is deployed.**
Beta Was this translation helpful? Give feedback.
All reactions