Skip to content

Commit

Permalink
Document schema registry ACL requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mátyás Kuti committed Mar 4, 2024
1 parent 3d422ec commit e45b9f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,17 @@ Example of complete authorization file
]
}

Karapace Schema Registry access to the schemas topic
====================================================

The principal used by the Karapace Schema Registry has to have adequate access to the schemas topic (see the ``topic_name`` configuration option above).
In addition to what is required to access the topic, as described in the Confluent Schema Registry documentation_, the unique, single-member consumer group
used by consumers in the schema registry needs ``Describe`` and ``Read`` permissions_ on the group.
These unique (per instance of the schema registry) consumer group names are prefixed by ``karapace-autogenerated-``, followed by a random string.

.. _`documentation`: https://docs.confluent.io/platform/current/schema-registry/security/index.html#authorizing-access-to-the-schemas-topic
.. _`permissions`: https://docs.confluent.io/platform/current/kafka/authorization.html#group-resource-type-operations

OAuth2 authentication and authorization of Karapace REST proxy
===================================================================

Expand Down

0 comments on commit e45b9f9

Please sign in to comment.