Home / Companies / Redpanda / Blog / Post Details
Content Deep Dive

Baked-in data security with ACLs

Blog post from Redpanda

Post Details
Company
Date Published
Author
Ben Mansheim
Word Count
1,062
Language
English
Hacker News Points
-
Summary

Redpanda incorporates access control lists (ACLs) as a core security feature to manage client access to data within its clusters, emphasizing authorization to ensure data protection. While authentication verifies trusted clients, ACLs determine the specific data access permissions for each client, employing a Kafka-compatible implementation to specify actions that authenticated users can or cannot perform. ACLs allow for detailed control by setting permissions based on user identification, host location, resource type, and specific operations, using the Redpanda rpk utility for creation, listing, and deletion of ACLs. This approach ensures that data access is restricted to the least privilege necessary, aligning with Redpanda's broader security strategies and ongoing development efforts to enhance its data API capabilities.