-
Hi Team , We have shared kafka http bridge endpoints to multiple clients for produce/consume message. However all the clients can produce or consume from topics which are not related to their application . We have enable authorization at kafka cluster level but that is only applicable between kafka http bride and the broker cluster. So if I update anything at kafka user level that will affect all the clients using http bridge . As per the strimzi http bridge documentation
Can you please let me know is there a way to restrict kafka http bridge clients from subscribing to unauthorized topics , while using a common/shared http bridge instance.? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
If you want some form of authorization on the HTTP interface of the Bridge, you have to front it with some API gateway or a similar tool and enforce the authentication and authorization of the HTTP clients there. |
Beta Was this translation helpful? Give feedback.
Based on restricting access to different HTTP paths?