From 9c5abd0cfdf3f11062a6eadad35cd9ae066ff9c7 Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Sat, 20 Sep 2025 12:14:34 +0200 Subject: [PATCH] Update influxdb --- .../store.json | 38 ++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json b/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json index c623bec..1aaf8ae 100644 --- a/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json +++ b/stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b/store.json @@ -1,23 +1,35 @@ { "type" : "ssh", - "proxy" : { - "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" - }, + "proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b", "host" : "192.168.174.30", "port" : 22, - "user" : "root", - "password" : { + "identity" : { "type" : "inPlace", - "value" : { - "secret" : { - "type" : "locked", - "encryptedValue" : "y2Zx1rqYbb2Eol5j4Zz3vZTzZ3Nsr5E2YhFLoAwzBoIxLGmJNlk=" + "identityStore" : { + "type" : "localIdentity", + "username" : "root", + "password" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "1JXTAJ9VV3gpqWL7OyK8nSvp5VD2_Vem7yjxN45iDMpSVRAH9YxP35SFLnyJGiCq7xUJI0vj6eojyR3xtWwYKRZuytMnlsHANgyiHwfcXKFcom5RYLZR8LKFG8RBuPhJkIcuxoQSmM9LpYZE-utbLZIAFQvQ7TF1" + }, + "encryptedToken" : { + "token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA==" + } + }, + "sshIdentity" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "LNWVm8sCL8WbzCoUz4R7lqiO-g9-GWS7rtLLuUoFrNxpkgxZaBa8IwJ0cGtKm8Hm2w==" + }, + "encryptedToken" : { + "token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA==" + } } } }, - "identityStrategy" : { - "type" : "none" - }, "dontInteractWithSystem" : false, - "forwardX11" : false + "forwardX11" : false, + "jumpServer" : false, + "additionalOptions" : null } \ No newline at end of file