feat: implement key rotation system (#14710)

This commit is contained in:
Jon Ayers
2024-09-19 19:12:44 +01:00
committed by GitHub
parent dbe6b6c224
commit 2d5c068525
5 changed files with 1029 additions and 1 deletions

View File

@ -11,6 +11,7 @@ const (
LockIDDBRollup
LockIDDBPurge
LockIDNotificationsReportGenerator
LockIDCryptoKeyRotation
)
// GenLockID generates a unique and consistent lock ID from a given string.