Back to Questdb

ASSUME SERVICE ACCOUNT reference

documentation/query/sql/acl/assume-service-account.md

latest662 B
Original Source

import { EnterpriseNote } from "@site/src/components/EnterpriseNote"

<EnterpriseNote> RBAC provides fine-grained database permissions management. </EnterpriseNote>

ASSUME SERVICE ACCOUNT switches current user to a service account, basically replacing its current access list with the service account's access list.

For full documentation of the Access Control List and Role-based Access Control, see the RBAC operations page.


Syntax

Examples

questdb-sql
ASSUME SERVICE ACCOUNT ilp_ingestion;