Open cfmagnum opened 7 years ago
You're right, we should be using any authentication that's setup for Kafka.
If a target Kafka did support authentication, then it would be the creation of the binding that setup the user + authentication and provided it back to each application instance/service key.
@cfmagnum if you're running your own Zookeeper/Kafka cluster, can you confirm how you are setting up authentication?
Thanks @drnic.
I am using Kafka SSL with ACLs for authentication. Referring following link.
I have more scenarios to understand the broker scope while interacting with Kafka Service using Kafka SSL + ACL.
I want to understand What has been / has to be - tried or considered to overcome these type of problem statement.
Now in terms of the above scenarios, there will be a case where A producer with one topic-‘xyz’[T1] will be there, & many consumer will be there for same topic-‘xyz’[T1]
As per the life cycle, Service broker has no role after the bind .
Note : U1 User creation [SSL] are not part of Service broker Life cycle.
Please help me to overcome this problem and please suggest how can I add/remove ACLs while bind/unbind methods of kafka-service-broker.
I want to create new user in kafka while binding an kafka instance with any cf application. So that kafka instance endpoint should be authenticated one.
How can I do this?