Skip to content

Commit

Permalink
move admin user to first place
Browse files Browse the repository at this point in the history
  • Loading branch information
proddata committed Jan 7, 2025
1 parent 3595e92 commit c339b1f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/organization/access-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,19 @@ CrateDB Cloud automatically creates several system and administrative accounts
during cluster setup. These accounts serve specific purposes and should not be
modified or deleted to ensure proper cluster functionality.

- **`admin`**
- **Purpose**: Created when deploying a new cluster, this user is intended
for CrateDB Cloud users to manage the database.
- **Permissions**: Full privileges, allowing execution of all database
operations.
- **Usage**:
- The password for the `admin` user is displayed after the initial cluster
deployment.
- The password can be changed later through the **Cluster Management** page
in the Cloud Console.
- The `admin` user is also the default account used by the **Cloud SQL
Console**.

- **`system`**
- **Purpose**: Manages backend operations such as cluster upgrades, backups, and scaling.
- **Permissions**: Full admin privileges, allowing execution of all database operations.
Expand All @@ -115,19 +128,6 @@ modified or deleted to ensure proper cluster functionality.
and other automated workflows.
:::

- **`admin`**
- **Purpose**: Created when deploying a new cluster, this user is intended
for CrateDB Cloud users to manage the database.
- **Permissions**: Full privileges, allowing execution of all database
operations.
- **Usage**:
- The password for the `admin` user is displayed after the initial cluster
deployment.
- The password can be changed later through the **Cluster Management** page
in the Cloud Console.
- The `admin` user is also the default account used by the **Cloud SQL
Console**.

- **`crate`**
- **Purpose**: Acts as the default superuser for the cluster.
- **Permissions**: Full privileges, allowing execution of all database
Expand Down

0 comments on commit c339b1f

Please sign in to comment.