secure value update

This commit is contained in:
Ryan McKinley
2025-06-20 00:18:14 +03:00
parent 9bbe311bdf
commit 1ea3b5440c
11 changed files with 143 additions and 31 deletions
@@ -18,5 +18,8 @@
"bbb": true,
"ccc": 1.234
}
},
"secure": {
"password": { "input": "XXXX" }
}
}
@@ -1,6 +1,6 @@
{
"name": "grafana-testdata-datasource",
"type": "???",
"type": "test-datasource",
"access": "proxy",
"url": "http://something/",
"database": "db",
@@ -14,7 +14,9 @@
"bbb": true,
"ccc": 1.234
},
"secureJsonData": null,
"secureJsonData": {
"password": "XXXX"
},
"uid": "cejobd88i85j4d",
"apiVersion": "",
"IsPrunable": false
@@ -1,6 +1,6 @@
{
"name": "grafana-testdata-datasource",
"type": "???",
"type": "test-datasource",
"access": "proxy",
"url": "http://something/",
"user": "",
@@ -14,7 +14,9 @@
"bbb": true,
"ccc": 1.234
},
"secureJsonData": null,
"secureJsonData": {
"password": "XXXX"
},
"version": 2,
"uid": "cejobd88i85j4d",
"apiVersion": "",