Abhinav
Results
2
comments of
Abhinav
How to setup RBAC when using in kubernetes.
@andreyolv, I am attaching a demo config that worked for me. ``` yamlApplicationConfig: kafka: clusters: - name: production-cluster bootstrapServers: kafka-cluster-kafka-advertiser-0.ms-kafka.svc.cluster.local:9092 auth: type: OAUTH2 oauth2: client: google: provider: google clientId: XXXX.apps.googleusercontent.com...