Run Commands

pachctl auth set cluster

Learn about the pachctl auth set cluster command

pachctl auth set cluster #

Set the roles that a subject has on the cluster

Synopsis #

This command sets the roles that a given subject has on the cluster.

pachctl auth set cluster [role1,role2 | none ] subject [flags]

Examples #

 pachctl auth set cluster clusterOwner user:alan.watts@domain.com pachctl auth set cluster clusterWriter, clusterReader robot:my-robot

Options #

  -h, --help   help for cluster

Options inherited from parent commands #

      --no-color   Turn off colors.
  -v, --verbose    Output verbose logs

SEE ALSO #