Replies: 1 comment 2 replies
-
No, we do not support this. The KafkaUser works only in the Kafka brokers and is used only between the Bridge and the Broker. To secure the HTP interface, you would need to use some API Gateway for example. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I setup a Kafka cluster with SASL_SSL authentication. And I created multiple KafkaUser with different permission on different topics. Now I want to create a KafkaBridge and limit the permission same as KafkaUser, so that when users call REST API through KafkaBridge, they have to add user/pass defined in KafkaUser and only have permission as ACLs in KafkaUser.
For example:
Is there any way to do it?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions