Overview
Projects are the fundamental resource namespace in NxtSight. Every instance, volume, network, and image belongs to a project. Projects allow you to isolate resources between teams, enforce independent quotas, and apply fine-grained role-based access control. This guide covers creating projects, adding members, assigning roles, and managing project lifecycle.Prerequisites
- An active NxtSight account with appropriate permissions
- Access to the NxtSight Dashboard or CLI configured with credentials
- API credentials sourced (
source openrc.sh)
Create a Project
- Dashboard
- CLI
Manage Project Members
Add users to a project and assign the appropriate role to control what each user can do.- Dashboard
- CLI
Update and Disable Projects
- Dashboard
- CLI
Open the project in Identity > Projects (admin view) and click Edit to modify the
name, description, or enabled state. Disabling a project immediately prevents new
resource creation but does not delete existing resources.
Project Quotas
Quotas cap the total resources a project can consume. Administrators set quotas per project to prevent any single team from exhausting shared infrastructure.View current project quotas
Check actual usage against quotas
Quota changes are applied by your platform administrator. Contact your admin or refer
to the Identity Admin Guide to modify project quotas.
Next Steps
Users
Create user accounts and assign them to projects with appropriate roles.
Application Credentials
Generate non-interactive credentials scoped to project roles for automation pipelines.
Compute User Guide
Launch and manage compute instances within your project.
Identity Admin Guide
Configure domain management, token policies, and authentication backends.