Schema Registry ACLs
maciejmaciejko-gid opened this issue · 2 comments
What is currently missing?
As a klaw user I would like to create/modify/delete ACLs for Schema Registry
@maciejmaciejko-gid I think this is definitely something we can look into, we have had some other users discuss this with us in the past as well.
Is there a platform/schema registry(e.g. karapace) that would be of particular help?
@maciejmaciejko-gid
If you are already using Klaw, then you can enable schema acls on your SR server and add schema acl to allow klaw cluster api to apply CRUD of schemas on SR server. This way you are only allowing Klaw to register schemas and not anyone else.
But if you are also allowing users to directly register schemas instead of Klaw, then you would need schema acls. However it is not advisable using both Klaw and users directly to register schemas.