pachctl auth set cluster

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.
      --rpc-timeout duration   If non-zero, perform all client operations with this RPC deadline.
  -v, --verbose                Output verbose logs.

SEE ALSO