identity

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 25, 2022 License: AGPL-3.0 Imports: 10 Imported by: 0

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.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL