Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "external-auth-provider", Aliases: []string{"externalauthproviders", "externalauthprovider", "external-auth-providers"}, Short: "Create an external authentication provider for a cluster.", Long: "Configure a cluster to use an external authentication provider instead of an internal oidc provider.", Example: ` # Interactively create an external authentication provider to a cluster named "mycluster" rosa create external-auth-provider --cluster=mycluster --interactive`, Run: run, Args: cobra.NoArgs, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.