Manage Organizations
On this page
There are two types of Cloud users:
-
Organization: An organization user resides within the “control plane” of SingleStore Helios and can perform those actions that are available on the Cloud Portal, such as manage organization users, manage workspaces, and run SQL queries against databases data via the SQL Editor or Kai Shell (for SingleStore Kai enabled workspaces).
-
Database: A database user resides within a workspace group.
A database user’s lifetime is bound to that group such that, when a workspace group is deleted, all of the users, permissions, and groups are permanently removed as well. Database users can connect to the database via SQL client and run SQL queries against their data. Unlike organization users, database users must be managed via SQL statements. Note that a database user does not necessarily need to be an organization user to access a database created in an organization.
These two types of uses work in concert to manage resources and data.
About Organizations and Users
SingleStore organizations allow shared access to deployments and resources within a company or group.
You can view and manage an organization from the organization list at the top.
-
Current Organization
-
Billing & Usage
-
Users & Teams
-
Licenses
-
Organization Details
-
User Settings
To view and manage the deployments within an organization, select Deployments on the left navigation pane.
-
Overview
-
Workspaces
-
Databases
-
User Management
-
Stage
-
Access
-
Firewall
-
Security
-
Updates
Each organization must have a billing account to create workspaces and databases.
A user is an Individual who logs into the Cloud Portal and can access portal services.
A separate admin user is created while provisioning a database.
Cloud Portal users can access the database only in the Cloud Portal SQL Editor and Notebooks.
The admin
user can log in using CLI or IDE tools.
Each organization user is an administrator of that organization.
-
Add users to, and remove users from, the organization
-
Manage billing and payment methods within the organization
-
Create resources (workspaces, databases) within the organization
-
Manage/terminate resources (workspaces, databases) within the organization
Cloud Portal users and the admin user are automatically granted the following access.
SHOW GRANTS
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, PROCESS, INDEX, ALTER, SHOW METADATA, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, CREATE USER, ALTER VIEW, DROP VIEW, BACKUP, CREATE DATABASE, DROP DATABASE, CREATE PIPELINE, DROP PIPELINE, START PIPELINE, ALTER PIPELINE, SHOW PIPELINE, CREATE LINK, DROP LINK, SHOW LINK, DROP POOL, CREATE POOL ON *.* TO 'admin'@'%' IDENTIFIED BY PASSWORD <secret> WITH GRANT OPTION
Any user can manage billing accounts as needed.
A user’s organization is shown at the top.
In this section
Last modified: September 10, 2024