navikt / kafka-adminrest

A REST interface for kafka topic creation/deletion with automatic handling of LDAP groups and access control lists
MIT License
3 stars 1 forks source link

kafka streams security #3

Open ttnesby opened 6 years ago

ttnesby commented 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

ybelMekk commented 5 years ago

This can be closed after added check for is Authenticated user is in ldap, should i add this?