Skip to main content

gns3util cluster-control create user

Bootstrap a user’s role assignments directly in etcd

Synopsis

Writes a UserPermissions record directly to etcd to bootstrap access for a user. Use —admin to grant full admin access. This assigns the built-in “admin” role, which is the only role that bypasses role-object lookups in the permission checker and is required for commands like add-cluster (which calls /auth/status). Use —roles for any other role names, but note those roles must already exist as Role objects in etcd (created separately) or the permission checks will silently fail at runtime.

Options

Options inherited from parent commands

SEE ALSO

Auto generated by spf13/cobra on 9-May-2026