Documentation ¶
Index ¶
- func ActivateCmd() *cobra.Command
- func CheckCmd() *cobra.Command
- func Cmds() []*cobra.Command
- func DeactivateCmd() *cobra.Command
- func GetCmd() *cobra.Command
- func ListAdminsCmd() *cobra.Command
- func LoginCmd() *cobra.Command
- func LogoutCmd() *cobra.Command
- func ModifyAdminsCmd() *cobra.Command
- func SetScopeCmd() *cobra.Command
- func WhoamiCmd() *cobra.Command
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 LogoutCmd ¶ added in v1.6.0
LogoutCmd returns a cobra.Command that deletes your local Pachyderm credential, logging you out of your cluster. Note that this is not necessary to do before logging in as another user, but is useful for testing.
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.