oidcconfig

package
v1.2.12 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2023 License: Apache-2.0 Imports: 22 Imported by: 1

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"`
}

Jump to

Keyboard shortcuts

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