1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-08 18:39:40 +00:00

Revert "Revert "Encryption Key Rotation Changes""

This commit is contained in:
Ryan Sanna
2020-12-14 11:51:46 -07:00
committed by GitHub
parent a6327bbc2f
commit 49e158a974
8 changed files with 345 additions and 71 deletions

View File

@@ -32,7 +32,6 @@ func getLogger(ctx context.Context) logger {
func Infof(ctx context.Context, msg string, args ...interface{}) {
getLogger(ctx).Infof(msg, args...)
}
func Warnf(ctx context.Context, msg string, args ...interface{}) {