SecretsManager: add data key store (#107396)
* SecretsManager: Add data key store Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com> * SecretsManager: Add wiring of data key store Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> Co-authored-by: Dana Axinte <53751979+dana-axinte@users.noreply.github.com> --------- Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com> Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
UPDATE
|
||||
"secret_data_key"
|
||||
SET
|
||||
"active" = false,
|
||||
"updated" = '2025-01-01 00:00:00 +0000 UTC'
|
||||
WHERE "namespace" = 'ns' AND
|
||||
"active" = true
|
||||
;
|
||||
Reference in New Issue
Block a user