oidcconfig

package
v1.2.15 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: Apache-2.0 Imports: 26 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`,
	Hidden: true,
	Run:    run,
}

Functions

This section is empty.

Types

type CreateOidcConfigAutoStrategy

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

type CreateOidcConfigManualStrategy

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

type CreateOidcConfigRawStrategy added in v1.2.13

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

type CreateOidcConfigStrategy

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

type JSONWebKeySet

type JSONWebKeySet struct {
	Keys []jose.JSONWebKey `json:"keys"`
}

type OidcConfigInput added in v1.2.13

type OidcConfigInput struct {
	BucketName           string
	BucketUrl            string
	PrivateKey           []byte
	PrivateKeyFilename   string
	DiscoveryDocument    string
	Jwks                 []byte
	PrivateKeySecretName string
}

Jump to

Keyboard shortcuts

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