1.0
OAS3
Handles authentication, creation/management of applications, databases, users and also provides a superuser API.
Only a superuser can avail the superuser API. A superuser can grant/revoke superuser privileges to other users. A default superuser is created every time a Gasper instance is launched whose credentials are defined in the admin
section of config.toml
, the main configuration file. A sample configuration file is available here.
Note:- Normally the applications and databases can only be managed by their owners but the superuser can bypass that check.
PS:- If you want to programmatically generate a client for this API, you can find the corresponding OpenAPI specifications here. We recommend using OpenAPI-Generator for generating clients.