Wondering if it’s possible to use Role Based Access Control to authenticate REST Proxy users to Confluent Cloud clusters.
Documentation describes how to connect it to self-managed clusters with MDS enabled, but not how to use this approach with Confluent Cloud clusters. Is it even possible?
to have a proper understanding of your use case:
you’d like to connect your on prem REST proxy to CC and use RBAC to authenticate towards Rest Proxy right?
Hi @mmuehlbeyer ,
Exactly, that is what I want. We would like users to use basic http authentication to REST Proxy using their CC access keys and propagate that credentials to Kafka Clusters in order to have proper authorization (ACLs)
I 'm aware of Principal Propagation feature of REST Proxy, however the fact that user credentials has to be stored on REST proxy side is kind of a blocker for us due to company security policies.