config

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultPort = 50001

	// Default RootCertFilename is the filename that holds the root certificate.
	DefaultRootCertFilename = "ca.crt"

	// DefaultIssuerCertFilename is the filename that holds the issuer certificate.
	DefaultIssuerCertFilename = "issuer.crt"

	// DefaultIssuerKeyFilename is the filename that holds the issuer key.
	DefaultIssuerKeyFilename = "issuer.key"
)

Variables

This section is empty.

Functions

func IsKubernetesHosted

func IsKubernetesHosted() bool

Types

type Config added in v1.12.0

type Config struct {
	Port             int
	TrustDomain      string
	CAStore          string
	WorkloadCertTTL  time.Duration
	AllowedClockSkew time.Duration
	RootCertPath     string
	IssuerCertPath   string
	IssuerKeyPath    string
	Validators       map[sentryv1pb.SignCertificateRequest_TokenValidator]map[string]string
	DefaultValidator sentryv1pb.SignCertificateRequest_TokenValidator
	Features         []daprGlobalConfig.FeatureSpec
}

Config holds the configuration for the Certificate Authority.

func FromConfigName

func FromConfigName(configName string) (conf Config, err error)

FromConfigName returns a Sentry configuration based on a configuration spec. A default configuration is loaded in case of an error.

Jump to

Keyboard shortcuts

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