Skip to content

Commit

Permalink
fix: wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-geller committed Mar 12, 2024
1 parent 8018852 commit 900528b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/docs/05.enterprise/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A Role is a collection of permissions that can be assigned to Users, Service Acc
Theses permissions are defined by a combination of a **Permission** (e.g. `FLOWS`) and an **Action** (
e.g. `CREATE`).

::collapse{title="More informations"}
::collapse{title="More information"}

The **Role** itself does not grant any permissions to anyone.\
Through the **Access* UI page, you will be able to attach a Role to a User,
Expand All @@ -35,7 +35,6 @@ a Role attached to the `prod` namespace will automatically grant access to `prod

In short, Roles encapsulate permission boundaries that can be attached to users, service accounts or groups across
tenants and namespaces.

::

### Permissions
Expand Down Expand Up @@ -81,7 +80,7 @@ Super Admin is a type of user that works outside the box. Without any Role or Bi
users, roles, groups and access within a Kestra Enterprise instance.\
The purpose of the Super Admin is to allow an easy management of your instance.

::collapse{title="More informations"}
::collapse{title="More information"}

#### Use Cases

Expand Down Expand Up @@ -111,13 +110,14 @@ kestra auths users create <username> <password> \
```
::

::collapse{title="Give/Revoke Super Admin privilege"}
::collapse{title="Grant/Revoke Super Admin permissions"}

::alert{type="info"}
Note that you need to be a super admin yourself.
::

#### Through the UI

You can give or revoke the Super Admin privilege
using the switch in the User Edit page.

Expand Down

0 comments on commit 900528b

Please sign in to comment.