config

package
v1.10.10-rc.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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
	Features         []daprGlobalConfig.FeatureSpec
	TokenAudience    *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.

func (SentryConfig) GetTokenAudiences added in v1.10.0

func (c SentryConfig) GetTokenAudiences() (audiences []string)

Jump to

Keyboard shortcuts

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