Restricting Access to Confluent Schema Registry's community (open-source) version #3652
shivam-cse
started this conversation in
General
Replies: 0 comments
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.
-
We have a GKE cluster where we have deployed a Strimzi-based Kafka cluster. Additionally, we installed Schema Registry using the Bitnami Helm chart on the same cluster where Strimzi Kafka is running.
Does it support ACLs to restrict access?
For example, allowing producers/consumers read access while providing read/write/update permissions to admins.
How can we enforce ACL-based access restrictions on the _schemas topic?
By default, Confluent Schema Registry reads/writes to the _schemas Kafka topic.
Currently, we have granted full access to this topic using the following Strimzi Kafka ACLs:
Is there a way to restrict access to _schemas while still allowing Schema Registry to function properly?
Alternative Solutions:
If the open-source Confluent Schema Registry does not support fine-grained access control, what alternatives support this?
I am aware of Karapace Schema Registry but unsure whether it supports client-specific access control the way we mentioned on top in this chat.
Beta Was this translation helpful? Give feedback.
All reactions