Documentation
¶
Overview ¶
Package roles provides the `arcane admin roles` command tree for RBAC. Roles are named permission sets that can be granted to users (globally or per-environment) and to API keys. Four built-in roles (Admin, Editor, Deployer, Viewer) ship with Arcane and cannot be modified; everything else is a custom role created via this command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RolesCmd = &cobra.Command{ Use: "roles", Aliases: []string{"role"}, Short: "Manage roles and per-user role assignments", }
RolesCmd is the parent command for role operations.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.