tanzu rbac

Impose role-based access restrictions on spaces.

Prerequisites

  • A Space that has been specified for Tanzu CLI operations with the tanzu space use command.

Usage

CLI Plugin: rbac | Target: global | Primarily used for: Platform Operations | Release Notes

Syntax:

  tanzu rbac [command]

Commands

  role          Role is logical grouping of policy rules that can be referenced as a unit by a RoleBinding
  rolebinding   RoleBinding references a Role. It can reference a Role defined in the space

Global Flags

  -h, --help   help for rbac

tanzu rbac role

Role is logical grouping of policy rules that can be referenced as a unit by a RoleBinding.

Usage

tanzu rbac role [command]

Commands

  get         Get role
  list        List roles

tanzu rbac role get

Get role.

Usage

  tanzu rbac role get ROLE_NAME [flags]

Flags

  -o, --output string   output format (yaml|json) (default "yaml")

tanzu rbac role list

List roles.

Usage

  tanzu rbac role list [flags]

Flags

  -o, --output string   output format (yaml|json) (default "yaml")
check-circle-line exclamation-circle-line close-line
Scroll to top icon