ποΈ Overview of privileges
This topic describes the basic concepts of StarRocks' privilege system. Privileges determine which users can perform which operations on which objects, so that you can more securely manage data and resources in a fine-grained manner.
ποΈ SSL Authentication
From v3.4.1 onwards, StarRocks supports secure connections encrypted by SSL. Unlike the traditional cleartext connections to DBMS, SSL connections provide endpoint verification and data encryption to ensure that the data transmitted between clients and StarRocks cannot be read by unauthorized users.
ποΈ Privileges supported by StarRocks
Privileges granted to a user or role determine which operations the user or role can perform on certain objects. Privileges can be used to implement fine-grained access control to safeguard data security.
ποΈ Manage user privileges
This topic describes how to manage users, roles, and privileges in StarRocks.
ποΈ Manage permissions with Apache Ranger
Apache Ranger provides a centralized security management framework that allows users to customize access policies through a visual web page. This helps determine which roles can access which data and exercise fine-grained data access control for various components and services in the Hadoop ecosystem.
ποΈ Authentication methods
In addition to the authentication method of "username+password", StarRocks also supports LDAP.
ποΈ Privilege FAQ
Why is the error message "no permission" still reported even after the required role has been assigned to a user?