Learn about managing RBAC authorization for Firebolt users.
user_role
:
grantee | role_name | privilege_type | object_type | object_name |
---|---|---|---|---|
test_user | account_admin | USAGE | engine | engine1 |
test_user | account_admin | USAGE | database | db1 |
my_role
to new_owner
and then renames the role to new_name
:
my_role
to a login, a service account, and another organization role:
my_role
from the login john@acme.com
:
MODIFY ANY LOGIN
privilege to the organization role my_role
, allowing it to modify any login in the organization:
MODIFY
privilege on the login john@acme.com
from the organization role my_role
:
org_db.information_schema
:
Feature | Organization-Level RBAC | Account-Level RBAC |
---|---|---|
Scope | Global | Regional (per-account) |
Role Type | ORGANIZATION ROLE | ROLE |
Grantees | Login, Service Account, Organization Role | User, Role |
Metadata Views | org_db.information_schema.* | information_schema.* |
UI Support | Coming Soon | Available |