-
Notifications
You must be signed in to change notification settings - Fork 0
Projects
Projects enable the isolation of different teams and their resources. Each project can configure its own backends and control which users have access to it.
Each user may be assigned a global role as well as a role within a project.
A user can be assigned or unassigned a global admin role on the user account settings page. This can only be done by another global admin.

The global admin role allows a user to manage all projects and users.
A user can be added to a project and assigned or unassigned as a project admin on the project settings page.

- Project admin – The project admin role allows a user to manage the project's settings, including backends and members.
- Project user – A user added to the project without the admin role can manage its resources, including runs, fleets, gateways, and volumes.
Once created, a user is issued a token. This token can be found on the user account settings page.

The token must be used for authentication when logging into the control plane and when using the CLI or API.