github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_auth_activate.md (about)

     1  ## pachctl auth activate
     2  
     3  Activate Pachyderm's auth system
     4  
     5  ### Synopsis
     6  
     7  Activate Pachyderm's auth system, and restrict access to existing data to the
     8  user running the command (or the argument to --initial-admin), who will be the
     9  first cluster admin
    10  
    11  ```
    12  pachctl auth activate [flags]
    13  ```
    14  
    15  ### Options
    16  
    17  ```
    18    -h, --help                   help for activate
    19        --initial-admin string   The subject (robot user or github user) who
    20                                 will be the first cluster admin; the user running 'activate' will identify as
    21                                 this user once auth is active.  If you set 'initial-admin' to a robot
    22                                 user, pachctl will print that robot user's Pachyderm token; this token is
    23                                 effectively a root token, and if it's lost you will be locked out of your
    24                                 cluster
    25  ```
    26  
    27  ### Options inherited from parent commands
    28  
    29  ```
    30        --no-color   Turn off colors.
    31    -v, --verbose    Output verbose logs
    32  ```
    33