CREATE SERVICE ACCOUNT reference
To create a new service account in the database, the CREATE SERVICE ACCOUNT
keywords are used.
#
Syntax#
DescriptionCREATE SERVICE ACCOUNT
adds a new service account with no permissions to QuestDB instance.
Chosen name has to be unique across all users, groups and service accounts.
#
ExamplesIt can be verified with:
that yields:
auth_type | enabled |
---|---|
Password | false |
JWK Token | false |
REST Token | false |