Documentation ¶
Index ¶
- func Cmds(mainCtx context.Context, pachctlCfg *pachctl.Config) []*cobra.Command
- func CreateIDPConnectorCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func CreateOIDCClientCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func DeleteIDPConnectorCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func DeleteOIDCClientCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func GetIDPConnectorCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func GetIdentityServerConfigCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func GetOIDCClientCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func ListIDPConnectorsCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func ListOIDCClientsCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func SetIdentityServerConfigCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func UpdateIDPConnectorCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
- func UpdateOIDCClientCmd(ctx context.Context, pachctlCfg *pachctl.Config) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmds ¶
Cmds returns a list of cobra commands for authenticating and authorizing users in an auth-enabled Pachyderm cluster.
func CreateIDPConnectorCmd ¶
CreateIDPConnectorCmd returns a cobra.Command to create a new IDP integration
func CreateOIDCClientCmd ¶
CreateOIDCClientCmd returns a cobra.Command to create a new OIDC client
func DeleteIDPConnectorCmd ¶
DeleteIDPConnectorCmd returns a cobra.Command to delete an IDP connector
func DeleteOIDCClientCmd ¶
DeleteOIDCClientCmd returns a cobra.Command to delete an OIDC client
func GetIDPConnectorCmd ¶
GetIDPConnectorCmd returns a cobra.Command to get an IDP connector configuration
func GetIdentityServerConfigCmd ¶
GetIdentityServerConfigCmd returns a cobra.Command to fetch the current ID server config
func GetOIDCClientCmd ¶
GetOIDCClientCmd returns a cobra.Command to get an OIDC client
func ListIDPConnectorsCmd ¶
ListIDPConnectorsCmd returns a cobra.Command to list IDP integrations
func ListOIDCClientsCmd ¶
ListOIDCClientsCmd returns a cobra.Command to list IDP integrations
func SetIdentityServerConfigCmd ¶
SetIdentityServerConfigCmd returns a cobra.Command to configure the identity server
func UpdateIDPConnectorCmd ¶
UpdateIDPConnectorCmd returns a cobra.Command to create a new IDP integration
Types ¶
This section is empty.