Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActivateCmd ¶
ActivateCmd returns a cobra.Command to activate Pachyderm's auth system
func CheckCmd ¶
CheckCmd returns a cobra command that sends an "Authorize" RPC to Pachd, to determine whether the specified user has access to the specified repo.
func Cmds ¶
Cmds returns a list of cobra commands for authenticating and authorizing users in an auth-enabled Pachyderm cluster.
func DeactivateCmd ¶ added in v1.6.0
DeactivateCmd returns a cobra.Command to delete all ACLs, tokens, and admins, deactivating Pachyderm's auth system
func GetCmd ¶
GetCmd returns a cobra command that gets either the ACL for a Pachyderm repo or another user's scope of access to that repo
func ListAdminsCmd ¶ added in v1.6.0
ListAdminsCmd returns a cobra command that lists the current cluster admins
func LoginCmd ¶
LoginCmd returns a cobra.Command to login to a Pachyderm cluster with your GitHub account. Any resources that have been restricted to the email address registered with your GitHub account will subsequently be accessible.
func ModifyAdminsCmd ¶ added in v1.6.0
ModifyAdminsCmd returns a cobra command that modifies the set of current cluster admins
func SetScopeCmd ¶
SetScopeCmd returns a cobra command that lets a user set the level of access that another user has to a repo
Types ¶
This section is empty.