mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 23:12:28 +08:00

* SecretsManager: add encrypted value store Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com> Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com> * SecretsManager: wiring of encrypted value store --------- Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com>
9 lines
156 B
SQL
Executable File
9 lines
156 B
SQL
Executable File
UPDATE
|
|
`secret_encrypted_value`
|
|
SET
|
|
`encrypted_data` = '[115 101 99 114 101 116]',
|
|
`updated` = 5679
|
|
WHERE `namespace` = 'ns' AND
|
|
`uid` = 'abc123'
|
|
;
|