mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Secrets: Add unified secrets table to reencryption (#48582)
* Add secrets table to reencryption * Add updated column check for b64Secret reencryption * Use field values for b64Secret to clarify booleans
This commit is contained in:
committed by
GitHub
parent
815fc42da3
commit
2e9c38c951
@@ -13,6 +13,7 @@ type simpleSecret struct {
|
||||
|
||||
type b64Secret struct {
|
||||
simpleSecret
|
||||
hasUpdatedColumn bool
|
||||
}
|
||||
|
||||
type jsonSecret struct {
|
||||
|
||||
Reference in New Issue
Block a user