We’re implementing automated Schema Registry ACL management in our Kubernetes environment using Confluent for Kubernetes (CFK). We need to programmatically create/manage Schema Registry ACLs.
Currently, we can only find documentation for managing Schema Registry ACLs via the CLI (sr-acl-cli). However, for our Kubernetes automation, we need either:
- A REST API endpoint for Schema Registry ACL management
- Any other programmatic way to manage these ACLs
Could you confirm if any of these options exist? If not, what would be the recommended approach for automating Schema Registry ACL management in a Kubernetes environment?