Open ttnesby opened 6 years ago
Please see https://docs.confluent.io/current/streams/developer-guide/security.html
Need to establish a "stream" endpoint, responsible for creating ACL for temporary topics (ktable context)
bin/kafka-acls ... --add --allow-principal User:team1 --operation All --resource-pattern-type prefixed --topic team1-streams-app1 --group team1-streams-app1
This can be closed after added check for is Authenticated user is in ldap, should i add this?
Please see https://docs.confluent.io/current/streams/developer-guide/security.html
Need to establish a "stream" endpoint, responsible for creating ACL for temporary topics (ktable context)
bin/kafka-acls ... --add --allow-principal User:team1 --operation All --resource-pattern-type prefixed --topic team1-streams-app1 --group team1-streams-app1