Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Command = cli.Command{ Name: "identity", Aliases: []string{"id"}, Description: "Identity commands are used to manage how your users login to Common Fate.\nYou can manage users and groups in the default Cognito user pool or configure your corporate SSO provider.", Usage: "Configure how your users login to Common Fate", Action: cli.ShowSubcommandHelp, Subcommands: []*cli.Command{ &sso.SSOCommand, &sync.SyncCommand, middleware.WithBeforeFuncs(&users.UsersCommand, PreventNonCognitoUsage()), middleware.WithBeforeFuncs(&groups.GroupsCommand, PreventNonCognitoUsage()), }, }
Functions ¶
func PreventNonCognitoUsage ¶
func PreventNonCognitoUsage() func(c *cli.Context) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.