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 SetupCloseHandler ¶
func SetupCloseHandler()
SetupCloseHandler handles SIGTERM signal and exits with success
Types ¶
type OIDCConfigResponse ¶ added in v0.8.10
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
Click to show internal directories.
Click to hide internal directories.