Documentation ¶
Index ¶
Constants ¶
View Source
const (
// keep expected behavior pre-u2f with duo push
DefaultMFADuoDevice = "phone1"
)
Variables ¶
View Source
var ( ErrCommandMissing = errors.New("must specify command to run") ErrTooManyArguments = errors.New("too many arguments") ErrTooFewArguments = errors.New("too few arguments") ErrFailedToSetCredentials = errors.New("Failed to set credentials in your keyring") ErrFailedToValidateCredentials = errors.New("Failed to validate credentials") )
Errors returned from frontend commands
View Source
var RootCmd = &cobra.Command{ Use: "aws-okta", Short: "aws-okta allows you to authenticate with AWS using your okta credentials", SilenceUsage: true, SilenceErrors: true, PersistentPreRunE: prerunE, PersistentPostRun: postrun, }
RootCmd represents the base command when called without any subcommands
View Source
var Stdout bool
Stdout is the bool for -stdout
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.