Skip to content

Commit 62e877a

Browse files
committed
improved README with diagram
1 parent cc5cc8d commit 62e877a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
Kafka Security Manager (KSM) allows you to manage your Kafka ACLs at scale by leveraging an external source as the source of truth. Zookeeper just contains a copy of the ACLs instead of being the source.
66

7+
![Kafka Security Manager Diagram](https://i.imgur.com/BuikeuB.png)
8+
79
There are several advantages to this:
810
- **Kafka administration is done outside of Kafka:** anyone with access to the external ACL source can manage Kafka Security
911
- **Prevents intruders:** if someone were to add ACLs to Kafka using the CLI, they would be reverted by KSM within 10 seconds.

0 commit comments

Comments
 (0)