From 28bacbafa155b90691a6431c03afb47219feed78 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:58:01 -0500 Subject: [PATCH 1/4] Updating File: config/config.js --- config/config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.js b/config/config.js index ea9ea0f..7f626a7 100644 --- a/config/config.js +++ b/config/config.js @@ -56,8 +56,7 @@ module.exports = { key: '', passphrase: '', ca: '', - proxy: '', - rejectUnauthorized: true + proxy: "" }, /** * Options that are displayed to the user/admin in the Polarity integration user-interface. Should be structured From 6e34927c5d3e301049d06bf55f4a95f1b4257591 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 13:58:03 -0500 Subject: [PATCH 2/4] Updating File: config/config.json --- config/config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index 29afc35..291d9f9 100644 --- a/config/config.json +++ b/config/config.json @@ -22,8 +22,7 @@ "key": "", "passphrase": "", "ca": "", - "proxy": "", - "rejectUnauthorized": true + "proxy": "" }, "options": [ { From 4970285e1723868647c3adecafaf63a5882fc431 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:08:07 -0500 Subject: [PATCH 3/4] Updating File: package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3fd556d..7bfcfdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Redis", - "version": "3.0.6", + "version": "3.0.7", "main": "./integration.js", "description": "Query Redis keys", "private": true, @@ -9,4 +9,4 @@ "lodash": "^4.17.21", "redis": "4.0.6" } -} +} \ No newline at end of file From b1989e0d942167cb073dedb43a99cb8b452091b2 Mon Sep 17 00:00:00 2001 From: polarityio Date: Tue, 27 Jun 2023 15:08:08 -0500 Subject: [PATCH 4/4] Updating File: package-lock.json --- package-lock.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19b2f1d..2f5397c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Redis", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -92,4 +92,4 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" } } -} +} \ No newline at end of file