Redpanda Authorization Mechanisms

    Authorization works in tandem with authentication. Authentication grants permission to interact with Redpanda resources while authorization controls what a principal is permitted to do once authenticated.

  • Access Control Lists

    ACLs are the main mechanism supported by Redpanda to manage user permissions.

  • Configure Role-Based Access Control

    Role-based access controls are an extension to access control lists for managing permissions at scale.