SecretsManager: Introduce metrics and logs (#107582)
Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com>
This commit is contained in:
co-authored by
Michael Mandrus
parent
66d9a33cc9
commit
a59ec345c2
@@ -2,17 +2,10 @@ package setting
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
"time"
|
||||
|
||||
"github.com/grafana/grafana/pkg/services/kmsproviders"
|
||||
)
|
||||
|
||||
type EncryptionSettings struct {
|
||||
DataKeysCacheTTL time.Duration
|
||||
DataKeysCleanupInterval time.Duration
|
||||
Algorithm string
|
||||
}
|
||||
|
||||
type SecretsManagerSettings struct {
|
||||
SecretKey string
|
||||
EncryptionProvider string
|
||||
|
||||
Reference in New Issue
Block a user