Important
Helios features are now enabled during weekly update windows and are no longer directly tied to SingleStore engine releases. Refer to the release notes to view the latest features available in your Helios cluster.
Container Services RBAC
On this page
SingleStore Aura supports Role-Based Access Control (RBAC), which allows administrators to assign granular permissions at multiple levels.
Refer to Role-Based Access Control (RBAC) for SingleStore Helios for more information on RBAC in SingleStore Helios.
Benefits of RBAC in SingleStore Aura
-
Operational Efficiency: You can onboard or offboard users efficiently and modify their access based on role changes.
-
Secure Collaboration: RBAC ensures that users access only the resources they need.
For example, data scientists can build applications, while analysts can view them without making changes. -
Compliance-Ready: Role-to-resource mappings and access logs simplify audit processes and help meet regulatory requirements.
-
Orphaned Resource Prevention: When users leave, RBAC helps prevent lost or unmanaged assets by enabling easy transfer of ownership.
Resources Governed by Aura App RBAC
Aura App RBAC model governs the following Container Services resources:
-
Cloud Functions
-
Dashboard Apps
-
Container App API Keys
-
Python UDFs
-
Scheduled Jobs (recurring)
-
Notebooks
Note
For Scheduled Jobs, the RBAC model applies only to recurring jobs.
Predefined Roles for Container App Resource
|
Role |
Description |
Permission |
|---|---|---|
|
Owner |
Provides full access including the ability to manage access, operate, delete, monitor and use the Container App. |
|
|
User |
Provides access to the Container App and allows creating Container App API keys. |
|
Note
-
Python UDFs: Only the Owner can update, delete, or share a Python UDF.
The User role grants view and invoke access only. -
Scheduled Jobs (recurring): Only the Owner can edit, pause, resume, delete, or share a recurring Scheduled Job.
The User role grants view access only.
Ownership on Create
When a user creates a Python UDF or a recurring Scheduled Job, the system automatically grants the creator the Owner role on the underlying Aura App resource.
An organization-level role that grants the Aura Creator role is required to create a Python UDF or a recurring Scheduled Job.
Visibility
Users can only view the Python UDFs and Scheduled Jobs they have access to.
-
Users with the Owner or User role on a resource can view it in list and detail views.
-
Users without a required role on a resource cannot view it in the Cloud Portal or API responses.
This means an Organization member who does not inherit Aura App access and has no explicit role on a specific Python UDF or recurring Scheduled Job cannot view or interact with that resource.
Organization Role Inheritance
Organization-level roles determine whether a user automatically has access to Container Services resources without an explicit resource-level grant.
Roles that inherit full Aura App permissions:
-
Organization Owner
-
AI Administrator
These roles have Owner-equivalent access to every Python UDF and recurring Scheduled Job in the organization without any explicit sharing.
Roles that do not inherit Aura App permissions:
-
Reader
-
Writer
-
Operator
-
Observer
-
Billing Administrator
-
User Administrator
Users with these organization-level roles need an explicit Owner or User role on a specific resource to view or use it.
Note
A user can hold both Domain-level or resource-level roles regardless of their organization-level role.
How to Use RBAC in SingleStore Aura
Aura App users can enforce RBAC in SingleStore Aura using both the Cloud Portal and Management API.
Using Cloud Portal
To use RBAC in the Cloud Portal, perform the following steps:
-
Under the Container Services section, navigate to an Aura App.
-
Select the three dots under the Actions column next to your Container App instance, and then select Share.
-
From the list, select User or Team to share the Container App with.
-
In the Access list, select the desired role next to the selected user or team.
-
To remove access for a user or team, select Remove Access in the Access list.
Using Management API
Use the Users (/v1/users endpoint) and Teams path (/v1/teams endpoint) in the Management API to use RBAC in SingleStore Aura.
Last modified: