systemdefaults

package
v0.0.0-...-860e413 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DomainVerification

type DomainVerification struct {
	VerificationGenerator crypto.GeneratorConfig
}

type KeyConfig

type KeyConfig struct {
	Size                int
	PrivateKeyLifetime  time.Duration
	PublicKeyLifetime   time.Duration
	CertificateSize     int
	CertificateLifetime time.Duration
}

type MultifactorConfig

type MultifactorConfig struct {
	OTP OTPConfig
}

type Notifications

type Notifications struct {
	FileSystemPath string
}

type OTPConfig

type OTPConfig struct {
	Issuer string
}

type SecretGenerators

type SecretGenerators struct {
	PasswordSaltCost   int
	MachineKeySize     uint32
	ApplicationKeySize uint32
}

type SystemDefaults

type SystemDefaults struct {
	SecretGenerators   SecretGenerators
	Multifactors       MultifactorConfig
	DomainVerification DomainVerification
	Notifications      Notifications
	KeyConfig          KeyConfig
}

Jump to

Keyboard shortcuts

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