oidcconfig

package
v1.2.26 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2023 License: Apache-2.0 Imports: 21 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:     "oidc-config",
	Aliases: []string{"oidcconfig", "oidcconfig"},
	Short:   "Create OIDC config compliant with OIDC protocol.",
	Long: "Create OIDC config in a S3 bucket for the " +
		"client AWS account and populates it to be compliant with OIDC protocol. " +
		"It also creates a Secret in Secrets Manager containing the private key.",
	Example: `  # Create OIDC config
	rosa create oidc-config`,
	Run: run,
}

Functions

This section is empty.

Types

type CreateManagedOidcConfigAutoStrategy added in v1.2.16

type CreateManagedOidcConfigAutoStrategy struct {
	// contains filtered or unexported fields
}

type CreateOidcConfigStrategy

type CreateOidcConfigStrategy interface {
	// contains filtered or unexported methods
}

type CreateUnmanagedOidcConfigAutoStrategy added in v1.2.16

type CreateUnmanagedOidcConfigAutoStrategy struct {
	// contains filtered or unexported fields
}

type CreateUnmanagedOidcConfigManualStrategy added in v1.2.16

type CreateUnmanagedOidcConfigManualStrategy struct {
	// contains filtered or unexported fields
}

type CreateUnmanagedOidcConfigRawStrategy added in v1.2.16

type CreateUnmanagedOidcConfigRawStrategy struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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