Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsKubernetesHosted ¶
func IsKubernetesHosted() bool
Types ¶
type SentryConfig ¶
type SentryConfig struct {
Port int
TrustDomain string
CAStore string
WorkloadCertTTL time.Duration
AllowedClockSkew time.Duration
RootCertPath string
IssuerCertPath string
IssuerKeyPath string
}
SentryConfig holds the configuration for the Certificate Authority.
func FromConfigName ¶
func FromConfigName(configName string) (SentryConfig, error)
FromConfigName returns a Sentry configuration based on a configuration spec. A default configuration is loaded in case of an error.
Click to show internal directories.
Click to hide internal directories.