Runbook

Kafka Unauthorized Access

Back to Runbooks

Overview

This incident type refers to a situation where an unauthorized user gains access to a Kafka cluster due to misconfigured Access Control Lists (ACLs) in Kafka. This can result in potential data breaches or other security issues, as the unauthorized user may be able to read, write or modify data within the Kafka cluster. The incident typically requires immediate attention and remediation to prevent further unauthorized access.

Parameters

Debug

Check if Kafka is running

Check if the Kafka ACLs are configured correctly

Check Kafka's logs for any errors

Check if the proper Kafka ACLs are set up for the user's role

Check if the user has the correct Kafka ACLs to access the topic

Check if the user's Kafka credentials are set up correctly

Repair

Check and review the Kafka ACL configuration to ensure that permissions are set up correctly for the intended users and groups. You may need to update the configuration to limit access to only authorized users and groups.

Learn more

Related Runbooks

Check out these related runbooks to help you debug and resolve similar issues.