run

package
v0.6.2-patch2 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2022 License: MPL-2.0 Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ListenAndServe

func ListenAndServe(srv *http.Server, noTLS bool, tlsCert, tlsKey string, log logrus.FieldLogger) error

func NewCommand added in v0.6.1

func NewCommand() *cobra.Command

NewCommand returns the `ui run` command

Types

type OIDCAuthenticationOptions added in v0.6.1

type OIDCAuthenticationOptions struct {
	IssuerURL     string
	ClientID      string
	ClientSecret  string
	RedirectURL   string
	TokenDuration time.Duration
}

OIDCAuthenticationOptions contains the OIDC authentication options for the `ui run` command.

type Options added in v0.6.1

type Options struct {
	Port                          string
	Host                          string
	HelmRepoNamespace             string
	HelmRepoName                  string
	ProfileCacheLocation          string
	WatcherMetricsBindAddress     string
	WatcherHealthzBindAddress     string
	WatcherPort                   int
	Path                          string
	LoggingEnabled                bool
	OIDC                          OIDCAuthenticationOptions
	NotificationControllerAddress string
	TLSCert                       string
	TLSKey                        string
	NoTLS                         bool
}

Options contains all the options for the `ui run` command.

Jump to

Keyboard shortcuts

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