mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Encryption: Fix b64 encoding on CLI secretsmigrations commands (#49340)
This commit is contained in:
committed by
GitHub
parent
aac5c9fd22
commit
5645d7a5e3
@@ -1,6 +1,7 @@
|
||||
package secretsmigrations
|
||||
|
||||
import (
|
||||
"encoding/base64"
|
||||
"time"
|
||||
|
||||
"github.com/grafana/grafana/pkg/infra/log"
|
||||
@@ -14,6 +15,7 @@ type simpleSecret struct {
|
||||
type b64Secret struct {
|
||||
simpleSecret
|
||||
hasUpdatedColumn bool
|
||||
encoding *base64.Encoding
|
||||
}
|
||||
|
||||
type jsonSecret struct {
|
||||
|
||||
Reference in New Issue
Block a user