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 ¶
Click to show internal directories.
Click to hide internal directories.