mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 05:37:53 +08:00

* SecretsManager: add secure value model and sql templates 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: Leandro Deveikis <leandro.deveikis@gmail.com> Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com> * SecretsManager: secure value rest layer to use store 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: Leandro Deveikis <leandro.deveikis@gmail.com> Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com> * SecretsManager: temporary add actor prefix to decrypters * Remove list securevalue by namefor now --------- Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com> Co-authored-by: Leandro Deveikis <leandro.deveikis@gmail.com> Co-authored-by: PoorlyDefinedBehaviour <brunotj2015@hotmail.com>
17 lines
284 B
YAML
17 lines
284 B
YAML
apiVersion: secret.grafana.app/v0alpha1
|
|
kind: SecureValue
|
|
metadata:
|
|
annotations:
|
|
xx: XXX
|
|
yy: YYY
|
|
labels:
|
|
aa: AAA
|
|
bb: BBB
|
|
spec:
|
|
description: XYZ value
|
|
keeper: my-keeper-1
|
|
value: super duper secure
|
|
decrypters:
|
|
- actor_k6
|
|
- actor_synthetic-monitoring
|