Documentation ¶
Index ¶
- func ActivateCmd() *cobra.Command
- func CheckCmd() *cobra.Command
- func Cmds() []*cobra.Command
- func DeactivateCmd() *cobra.Command
- func GetAuthTokenCmd() *cobra.Command
- func GetCmd() *cobra.Command
- func GetConfig() *cobra.Command
- func ListAdminsCmd() *cobra.Command
- func LoginCmd() *cobra.Command
- func LogoutCmd() *cobra.Command
- func ModifyAdminsCmd() *cobra.Command
- func SetConfig() *cobra.Command
- func SetScopeCmd() *cobra.Command
- func UseAuthTokenCmd() *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 GetAuthTokenCmd ¶ added in v1.7.1
GetAuthTokenCmd returns a cobra command that lets a user get a pachyderm token on behalf of themselves or another user
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 GetConfig ¶ added in v1.7.7
GetConfig returns a cobra command that lets the caller see the configured auth backends in Pachyderm
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 SetConfig ¶ added in v1.7.7
SetConfig returns a cobra command that lets the caller configure auth backends in Pachyderm
func SetScopeCmd ¶
SetScopeCmd returns a cobra command that lets a user set the level of access that another user has to a repo
func UseAuthTokenCmd ¶ added in v1.7.1
UseAuthTokenCmd returns a cobra command that lets a user get a pachyderm token on behalf of themselves or another user
Types ¶
This section is empty.