spirit-labs / tektite

Tektite DB
http://www.tektitedb.com
Other
167 stars 25 forks source link

Implement ACLs #211

Closed purplefox closed 1 month ago

purplefox commented 1 month ago

We will implement ACL (access control lists) in Tektite, to control access to Tektite resources like topics and streams. They will work in a similar way to Kafka ACLs, and the kafka-acls.sh command line tool should be usable to manage them.

https://docs.confluent.io/platform/current/security/authorization/acls/overview.html

devguyio commented 1 month ago

Duplicate of #232