Documentation ¶
Index ¶
Constants ¶
View Source
const (
DEFAULT_LENGTH_RANDOM_LABEL = 4
)
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "oidc-config", Aliases: []string{"oidcconfig"}, Short: "Create OIDC config for an STS cluster.", Long: "Create OIDC config in an S3 bucket for the " + "client AWS account and populates it to be compliant with OIDC protocol.", Example: ` # Create OIDC config rosa create oidc-config`, Run: run, }
Functions ¶
This section is empty.
Types ¶
type CreateOidcConfigAutoStrategy ¶
type CreateOidcConfigAutoStrategy struct{}
type CreateOidcConfigManualStrategy ¶
type CreateOidcConfigManualStrategy struct{}
type CreateOidcConfigStrategy ¶
type CreateOidcConfigStrategy interface {
// contains filtered or unexported methods
}
type JSONWebKeySet ¶
type JSONWebKeySet struct {
Keys []jose.JSONWebKey `json:"keys"`
}
Click to show internal directories.
Click to hide internal directories.