Skip to main content
Version: v1.2.x

Role Permissions Reference

This page lists the full Kubernetes Role-Based Access Control (RBAC) permissions that PaletteAI grants to each Tenant and Project role. For an overview of each role and how OpenID Connect (OIDC) groups bind to roles, refer to the Roles and Permissions concept page.

The tables below describe PaletteAI defaults for the three core Project roles (Viewer, Editor, and Admin). Tenant admins can also add net-new RBAC tiers — custom personas with their own permission sets — by creating additional template ConfigMaps in the Tenant namespace. Custom tiers follow the same Kubernetes RBAC surfaces as the core roles (Project-namespace Roles, platform RoleBindings, and Tenant-namespace viewer aggregation). For how to define a custom tier and assign OIDC groups, refer to Project RBAC policy templates.

To change effective permissions for an existing tier after installation, edit the Tenant-scoped RBAC policy ConfigMaps as described in Post-installation customization.

In the tables below, * means the role has full access to the resource (get, list, watch, create, update, patch, delete).

Tenant Role Permissions

When you create a Tenant, PaletteAI automatically creates a role named prj-<project-name>-tnt-adm in each Project namespace with the following permissions.

ResourcesPermissionsAPI
ConfigMap*v1
Event*v1
PersistentVolumeClaim*v1
Pod*v1
Secret*v1
Service*v1
ServiceAccount*v1
All resources*apps
HelmRepositoryget, list, watch, create, update, patch, deletesource.toolkit.fluxcd.io
OCIRepositoryget, list, watch, create, update, patch, deletesource.toolkit.fluxcd.io
AIWorkload*spectrocloud.com/v1alpha1
Compute*spectrocloud.com/v1alpha1
ComputeConfig*spectrocloud.com/v1alpha1
ComputePool*spectrocloud.com/v1alpha1
ComputePoolEvaluation*spectrocloud.com/v1alpha1
Project*spectrocloud.com/v1alpha1
ScalingPolicy*spectrocloud.com/v1alpha1
Settings*spectrocloud.com/v1alpha1
ComponentDefinition*spectrocloud.com/v1beta1
DefinitionRevision*spectrocloud.com/v1beta1
Environment*spectrocloud.com/v1beta1
PolicyDefinition*spectrocloud.com/v1beta1
ProfileBundle*spectrocloud.com/v1beta1
TraitDefinition*spectrocloud.com/v1beta1
VariableSet*spectrocloud.com/v1beta1
Workload*spectrocloud.com/v1beta1
WorkloadDeployment*spectrocloud.com/v1beta1
WorkloadProfile*spectrocloud.com/v1beta1
Hub*fleetconfig.open-cluster-management.io/v1beta1
Spoke*fleetconfig.open-cluster-management.io/v1beta1

All OIDC groups in the Tenant tenantRoleMapping bind to this single role through one RoleBinding.

Tenant Admin Cluster Permissions

Tenant admins receive a shared ClusterRole named mural-tenant-admin-creator through a per-tenant ClusterRoleBinding named <tenant-name>-tenant-admin-creator, with create-only permissions that enable Project and resource creation cluster-wide.

ResourcesPermissionsAPI
Secretcreatev1
ComputeConfigcreatespectrocloud.com/v1alpha1
Projectcreatespectrocloud.com/v1alpha1
Settingscreatespectrocloud.com/v1alpha1

Tenant admins also receive a per-tenant ClusterRole named <tenant-name>-mural-tenant-admin-admin through a ClusterRoleBinding named <tenant-name>-tenant-admin, granting access to the tenant's own Tenant resource only.

ResourcesPermissionsAPI
Tenantget, update, patch, deletespectrocloud.com/v1alpha1

Tenant Admin Namespace Permissions

Tenant admins additionally receive full access to Tenant-namespace resources through a Role named mural-tenant-admin in the Tenant namespace, bound by a per-project RoleBinding named <project-name>-mural-tenant-admin. The Role's rules match the prj-<project-name>-tnt-adm permission table above.

Tenant Namespace Permissions

All Project users — including users in custom RBAC tiers — receive view-only access to the Tenant namespace through a Role named mural-tenant-viewer and a per-project RoleBinding in the Tenant namespace. PaletteAI aggregates OIDC groups from every persona assigned to the Project (Viewer, Editor, Admin, and any custom tiers mapped in spec.roleMapping.additionalRoles) into that RoleBinding. This enables access to Tenant-level configuration such as Settings and Secrets.

ResourcesPermissionsAPI
Secretget, list, watchv1
Settingsget, list, watchspectrocloud.com/v1alpha1

Shared Tenant-Scoped Resource Permissions

When a Tenant admin shares a tenant-scoped resource with a Project through sharedWith, PaletteAI creates a dedicated Role in the Tenant namespace that grants get and watch on that specific resource by name, using resourceNames. It then binds the OIDC groups of every persona assigned to the Project — Viewer, Editor, Admin, and any custom tiers mapped in spec.roleMapping.additionalRoles — to that Role with a RoleBinding. This applies to AIWorkload, ComputeConfig, ComputePool, ProfileBundle, and ScalingPolicy resources.

ResourcesPermissionsAPI
AIWorkloadget, watchspectrocloud.com/v1alpha1
ComputeConfigget, watchspectrocloud.com/v1alpha1
ComputePoolget, watchspectrocloud.com/v1alpha1
ScalingPolicyget, watchspectrocloud.com/v1alpha1
ProfileBundleget, watchspectrocloud.com/v1beta1

These Roles intentionally omit the list verb, because list cannot be restricted to specific resource names and would expose every tenant-scoped resource regardless of sharedWith. For the access model and how the PaletteAI UI lists these resources, refer to Tenant-Scoped Resources.

Project Role Permissions

Each Project automatically creates three core roles with escalating permissions. Tenant admins can add additional tiers beyond these three; each discovered tier gets its own Project-scoped Role and RoleBinding using the permission rules from its template ConfigMap.

Core Project Roles

The Viewer, Editor, and Admin tiers ship with PaletteAI and use the fixed roleMapping.viewer, roleMapping.editor, and roleMapping.admin fields on the Project resource.

Viewer Role Permissions

The Viewer role can view all resources but cannot make any modifications.

ResourcesPermissionsAPI
ConfigMapget, list, watchv1
Eventget, list, watchv1
PersistentVolumeClaimget, list, watchv1
Podget, list, watchv1
Secretget, list, watchv1
Serviceget, list, watchv1
ServiceAccountget, list, watchv1
All resourcesget, list, watchapps
HelmRepositoryget, list, watchsource.toolkit.fluxcd.io
OCIRepositoryget, list, watchsource.toolkit.fluxcd.io
AIWorkloadget, list, watchspectrocloud.com/v1alpha1
Computeget, list, watchspectrocloud.com/v1alpha1
ComputeConfigget, list, watchspectrocloud.com/v1alpha1
ComputePoolget, list, watchspectrocloud.com/v1alpha1
ComputePoolEvaluationget, list, watchspectrocloud.com/v1alpha1
Projectget, list, watchspectrocloud.com/v1alpha1
ScalingPolicyget, list, watchspectrocloud.com/v1alpha1
Settingsget, list, watchspectrocloud.com/v1alpha1
ComponentDefinitionget, list, watchspectrocloud.com/v1beta1
DefinitionRevisionget, list, watchspectrocloud.com/v1beta1
Environmentget, list, watchspectrocloud.com/v1beta1
PolicyDefinitionget, list, watchspectrocloud.com/v1beta1
ProfileBundleget, list, watchspectrocloud.com/v1beta1
TraitDefinitionget, list, watchspectrocloud.com/v1beta1
VariableSetget, list, watchspectrocloud.com/v1beta1
Workloadget, list, watchspectrocloud.com/v1beta1
WorkloadDeploymentget, list, watchspectrocloud.com/v1beta1
WorkloadProfileget, list, watchspectrocloud.com/v1beta1

Editor Role Permissions

The Editor role can deploy and manage AIWorkload resources within their assigned Project.

ResourcesPermissionsAPI
ConfigMapget, list, watch, create, update, patch, deletev1
Eventget, list, watch, create, update, patch, deletev1
PersistentVolumeClaimget, list, watch, create, update, patch, deletev1
Podget, list, watch, create, update, patch, deletev1
Secretget, list, watch, create, update, patch, deletev1
Serviceget, list, watch, create, update, patch, deletev1
ServiceAccountget, list, watch, create, update, patch, deletev1
All resourcesget, list, watch, create, update, patch, deleteapps
HelmRepositoryget, list, watch, create, update, patch, deletesource.toolkit.fluxcd.io
OCIRepositoryget, list, watch, create, update, patch, deletesource.toolkit.fluxcd.io
AIWorkloadget, list, watch, create, update, patch, deletespectrocloud.com/v1alpha1
Computeget, list, watch, create, update, patch, deletespectrocloud.com/v1alpha1
ComputeConfigget, list, watch, create, update, patch, deletespectrocloud.com/v1alpha1
ComputePoolget, list, watchspectrocloud.com/v1alpha1
ComputePoolEvaluationget, list, watch, create, update, patch, deletespectrocloud.com/v1alpha1
Projectget, list, watchspectrocloud.com/v1alpha1
ScalingPolicyget, list, watch, create, update, patch, deletespectrocloud.com/v1alpha1
Settingsget, list, watchspectrocloud.com/v1alpha1
ComponentDefinitionget, list, watchspectrocloud.com/v1beta1
DefinitionRevisionget, list, watchspectrocloud.com/v1beta1
Environmentget, list, watchspectrocloud.com/v1beta1
PolicyDefinitionget, list, watchspectrocloud.com/v1beta1
ProfileBundleget, list, watch, create, update, patch, deletespectrocloud.com/v1beta1
TraitDefinitionget, list, watchspectrocloud.com/v1beta1
VariableSetget, list, watch, update, patchspectrocloud.com/v1beta1
Workloadget, list, watchspectrocloud.com/v1beta1
WorkloadDeploymentget, list, watchspectrocloud.com/v1beta1
WorkloadProfileget, list, watch, create, update, patch, deletespectrocloud.com/v1beta1

Admin Role Permissions

The Admin role has full control over all resources and configurations in the Project scope.

ResourcesPermissionsAPI
ConfigMap*v1
Event*v1
PersistentVolumeClaim*v1
Pod*v1
Secret*v1
Service*v1
ServiceAccount*v1
All resources*apps
HelmRepositoryget, list, watch, create, update, patch, deletesource.toolkit.fluxcd.io
OCIRepositoryget, list, watch, create, update, patch, deletesource.toolkit.fluxcd.io
AIWorkload*spectrocloud.com/v1alpha1
Compute*spectrocloud.com/v1alpha1
ComputeConfig*spectrocloud.com/v1alpha1
ComputePool*spectrocloud.com/v1alpha1
ComputePoolEvaluation*spectrocloud.com/v1alpha1
Projectget, list, patch, watch, update, deletespectrocloud.com/v1alpha1
ScalingPolicy*spectrocloud.com/v1alpha1
Settings*spectrocloud.com/v1alpha1
ComponentDefinition*spectrocloud.com/v1beta1
DefinitionRevision*spectrocloud.com/v1beta1
Environment*spectrocloud.com/v1beta1
PolicyDefinition*spectrocloud.com/v1beta1
ProfileBundle*spectrocloud.com/v1beta1
TraitDefinition*spectrocloud.com/v1beta1
VariableSet*spectrocloud.com/v1beta1
Workload*spectrocloud.com/v1beta1
WorkloadDeployment*spectrocloud.com/v1beta1
WorkloadProfile*spectrocloud.com/v1beta1

Custom Project Role Tiers

Tenant admins can define net-new RBAC tiers by creating labeled template ConfigMaps in the Tenant namespace. Each custom tier:

  1. Declares its permission rules in a template ConfigMap (rules.yaml) in the Tenant namespace.
  2. Maps OIDC groups through Project.spec.roleMapping.additionalRoles.
  3. Receives a Project-scoped Role and RoleBinding named prj-<project-name>-<tier>.
  4. Receives a platform RoleBinding to a read-only mural-project-<tier> Role (same platform-definition access pattern as the core tiers).
  5. Includes its OIDC groups in the per-project {project}-mural-tenant-viewer RoleBinding in the Tenant namespace.

Custom tier IDs must be valid DNS-1123 subdomain labels and must not reuse core tier names (viewer, editor, admin) or the reserved tnt-adm tier. The tier ID in the ConfigMap annotation must match the key used in additionalRoles.

For a worked example of adding a custom tier and mapping groups, refer to Project RBAC policy templates.

Platform Roles

In the platform namespace (mural-system by default, distinct from the System scope's pai-system), PaletteAI creates one read-only Role per discovered persona tier:

RolePurpose
mural-project-viewerRead-only access to platform definitions
mural-project-editorRead-only access to platform definitions
mural-project-adminRead-only access to platform definitions
mural-project-<tier>Read-only access to platform definitions (custom tiers)

All platform roles share the same read-only permissions regardless of tier. For each Project created, role bindings are created in the mural-system namespace to grant Project users access to platform-level definitions. These role bindings map each persona's OIDC groups to the matching platform role, allowing users to access platform-level definitions in addition to Project-level definitions.

Each role binding is named <project-name>-mural-project-<tier> and binds the Project's OIDC groups for that tier to the corresponding platform role in the mural-system namespace.

The following permissions are applied to the mural-system namespace only.

ResourcesPermissionsAPI
ConfigMapget, list, watchv1
ScalingPolicyget, list, watchspectrocloud.com/v1alpha1
ComponentDefinitionget, list, watchspectrocloud.com/v1beta1
DefinitionRevisionget, list, watchspectrocloud.com/v1beta1
PolicyDefinitionget, list, watchspectrocloud.com/v1beta1
ProfileBundleget, list, watchspectrocloud.com/v1beta1
TraitDefinitionget, list, watchspectrocloud.com/v1beta1
WorkloadDeploymentget, list, watchspectrocloud.com/v1beta1
WorkloadProfileget, list, watchspectrocloud.com/v1beta1
info

The ConfigMap permissions are resource-specific. They only grant access to the mural-feature-flags and branding ConfigMaps in the platform namespace.