Are there any plans to integrate an OpenId-Connect based authentication and authorization mechanism into the HTTP bridge?
I'm thinking of something in the line of:
- use "bearer only" token authentication
- integrate OID provider for authorization
- configure HTTP bridge either with explicit roles on a per endpoint / per topic basis,
or use a role name pattern (e.g. ROLE__READ or the like)
In this way it would be possible to leverage OID connect authorization mechanisms by using the HTTP bridge, and not having to resort to the ACL-based (vanilla Kafka) authorization. The latter being not that easily integrated with an existing OID provider and its role configuration.