kmsproviders

package
v0.0.85-test Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Legacy is used for historical reasons (keeping backwards).
	// In older versions, the default value was a non-valid identifier,
	// so it was updated to a valid one. See Default.
	Legacy = "secretKey"

	// Default is the identifier of the default kms provider
	// which fallbacks to Grafana's secret key. See the
	// defaultprovider package for further information.
	Default = "secretKey.v1"
)

Variables

This section is empty.

Functions

func NormalizeProviderID

func NormalizeProviderID(id secrets.ProviderID) secrets.ProviderID

Types

type Service

type Service interface {
	Provide() (map[secrets.ProviderID]secrets.Provider, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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