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

Revert "Encryption Key Rotation Changes"

This commit is contained in:
Ryan Sanna
2020-12-09 13:49:27 -07:00
committed by GitHub
parent 5824366b06
commit 92573270c7
8 changed files with 72 additions and 346 deletions

View File

@@ -32,6 +32,7 @@ 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{}) {