From 93b6a7df6fe2afe7dd6c6ea756e506a8a98e5ddc Mon Sep 17 00:00:00 2001 From: Md Azam Date: Wed, 1 Dec 2021 16:19:44 -0400 Subject: [PATCH] fix configuration in proofpoint and sumologic (#745) --- stix_shifter_modules/proofpoint/configuration/config.json | 2 +- stix_shifter_modules/sumologic/configuration/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stix_shifter_modules/proofpoint/configuration/config.json b/stix_shifter_modules/proofpoint/configuration/config.json index 51dca298e..53764cd5b 100755 --- a/stix_shifter_modules/proofpoint/configuration/config.json +++ b/stix_shifter_modules/proofpoint/configuration/config.json @@ -18,8 +18,8 @@ } }, "configuration": { - "type" : "fields", "auth": { + "type" : "fields", "principal": { "type": "password" }, diff --git a/stix_shifter_modules/sumologic/configuration/config.json b/stix_shifter_modules/sumologic/configuration/config.json index c9adc0220..344d1f0fc 100644 --- a/stix_shifter_modules/sumologic/configuration/config.json +++ b/stix_shifter_modules/sumologic/configuration/config.json @@ -12,8 +12,8 @@ } }, "configuration": { - "type" : "fields", "auth": { + "type" : "fields", "access_id": { "type": "password" },