cmd

package
v0.0.0-...-93fed14 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2024 License: BSD-3-Clause Imports: 37 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ExitSetupFailed defines exit code
	ExitSetupFailed = 1
)
View Source
const ManagementLegacyPort = 33073

ManagementLegacyPort is the port that was used before by the Management gRPC server. It is used for backward compatibility now.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Execute executes the root command.

func SetupCloseHandler

func SetupCloseHandler()

SetupCloseHandler handles SIGTERM signal and exits with success

Types

type OIDCConfigResponse

type OIDCConfigResponse struct {
	Issuer                string `json:"issuer"`
	TokenEndpoint         string `json:"token_endpoint"`
	DeviceAuthEndpoint    string `json:"device_authorization_endpoint"`
	JwksURI               string `json:"jwks_uri"`
	AuthorizationEndpoint string `json:"authorization_endpoint"`
}

OIDCConfigResponse used for parsing OIDC config response

Jump to

Keyboard shortcuts

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