Kafka REST Security PluginΒΆ

Important

This is a Confluent Enterprise-only feature.

Kafka REST Proxy allows producing and consuming messages through a REST interface. The security plugin adds the capability to authenticate the incoming request, build the principal and then propagate the same to the requests to Kafka using the configured security mechanism. The authorization is enforced through Kafka ACLs.

Note

Kafka REST Security plugin and ACLs does not work with the V1 consumer API’s since it uses a simple consumer which doesn’t support Kafka Security.