User operator and OPA #6539
-
Hello, Since we introduced OPA as authorizer, the renewal process of the certificates for the kafkausers is not working. I understand that while using OPA it does not make sense to have kafkausers created but we are in a migration phase and need that this functionality keeps working for our mtls "legacy" users. The user operator is throwing the same error all the time.
Is there any workaround that we can apply for the user operator? Our current Strimzi version is 0.27.1 Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That is not possible. Kafka allows you to have only one authorizer. You either use the OPA authorizer and then you should remove the ACLs rules from your users. Or you use Simple authorizer and than you can manage the ACLs from the |
Beta Was this translation helpful? Give feedback.
That is not possible. Kafka allows you to have only one authorizer. You either use the OPA authorizer and then you should remove the ACLs rules from your users. Or you use Simple authorizer and than you can manage the ACLs from the
KafkaUser
resources. There is no in-between variant.