Avoid deletion of topics #4975
shreyasarani23
started this conversation in
General
Replies: 1 comment 5 replies
-
On Kafka level, you can use authorization and Kafka ACLs to decide who can or cannot delete which topic. On Kubernetes level, you can use Kubernetes RBAC to decide who can use which resources - you can protect the KafkaTopic resource in the same way as any other Kubernetes resource. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Strimzi provide any way to control the deletion of topic. Suppose say that I am kafka cluster administrator and multiple users are working on it and they have access to the yaml files. Is there a way to configure role based access at the topic level such that only cluster administrator has the privilege to delete,update,create topics and rest other should not have access.
Beta Was this translation helpful? Give feedback.
All reactions