Skip to content

Commit

Permalink
[PLG-364]- Removed log line and updated checksums (#2166) (#2167)
Browse files Browse the repository at this point in the history
[PLG-364]- updated checksums
  • Loading branch information
jerichardson-r7 authored Dec 5, 2023
1 parent 9862f66 commit d229fd5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions plugins/salesforce/.CHECKSUM
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"spec": "008516a68718d4a9b57835c57c3a132a",
"manifest": "f9b4006cd9fa90077c2395ea32bdc5fb",
"setup": "fab40f6c1ff45349e729be467280922f",
"spec": "c8b766efd557c851a9c3181dcaf54464",
"manifest": "555eb92acfda71ed1d255cd0b932e285",
"setup": "229c1c37adbe823c79a2718d4d34b481",
"schemas": [
{
"identifier": "advanced_search/schema.py",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
{
"identifier": "monitor_users/schema.py",
"hash": "eddcd73207775d3a825400dc78274f07"
"hash": "8b9d82e8786f1601d6c8006551deb227"
}
]
}
2 changes: 1 addition & 1 deletion plugins/salesforce/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rapid7/insightconnect-python-3-38-plugin:5
FROM rapid7/insightconnect-python-3-plugin:5

LABEL organization=rapid7
LABEL sdk=python
Expand Down
2 changes: 1 addition & 1 deletion plugins/salesforce/bin/komand_salesforce
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ from sys import argv

Name = "Salesforce"
Vendor = "rapid7"
Version = "2.1.3"
Version = "2.1.4"
Description = "The Salesforce plugin allows you to search, update, and manage salesforce records"


Expand Down
1 change: 1 addition & 0 deletions plugins/salesforce/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ _This plugin does not contain any troubleshooting information._

# Version History

* 2.1.4 - Connection: Remove unnecessary logging
* 2.1.3 - Task Monitor Users: improve deduplication logic on user login history
* 2.1.2 - Task Monitor Users: normalisation for date in state, handle backwards compatibility
* 2.1.1 - Task Monitor Users: query improvement on updated users | Add extra logs on timestamp | Add cutoff time limit for 24 hours
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def connect(self, params={}):
security_token = params.get(Input.SECURITYTOKEN).get("secretKey")

self.api = SalesforceAPI(client_id, client_secret, username, password, security_token, self.logger)
self.logger.info("Connect: Connection successful")

def test(self):
try:
Expand Down
2 changes: 1 addition & 1 deletion plugins/salesforce/plugin.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ products: [insightconnect]
name: salesforce
title: Salesforce
description: The Salesforce plugin allows you to search, update, and manage salesforce records
version: 2.1.3
version: 2.1.4
connection_version: 2
vendor: rapid7
support: community
Expand Down
2 changes: 1 addition & 1 deletion plugins/salesforce/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


setup(name="salesforce-rapid7-plugin",
version="2.1.3",
version="2.1.4",
description="The Salesforce plugin allows you to search, update, and manage salesforce records",
author="rapid7",
author_email="",
Expand Down

0 comments on commit d229fd5

Please sign in to comment.