insightconnect-plugin-runtime 6.2.4__py3-none-any.whl → 6.2.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- insightconnect_plugin_runtime/clients/aws_client.py +1 -1
- {insightconnect_plugin_runtime-6.2.4.dist-info → insightconnect_plugin_runtime-6.2.5.dist-info}/METADATA +2 -1
- {insightconnect_plugin_runtime-6.2.4.dist-info → insightconnect_plugin_runtime-6.2.5.dist-info}/RECORD +5 -5
- {insightconnect_plugin_runtime-6.2.4.dist-info → insightconnect_plugin_runtime-6.2.5.dist-info}/WHEEL +0 -0
- {insightconnect_plugin_runtime-6.2.4.dist-info → insightconnect_plugin_runtime-6.2.5.dist-info}/top_level.txt +0 -0
|
@@ -599,7 +599,7 @@ class AWSAction(Action):
|
|
|
599
599
|
auth_params: Dict[str, str],
|
|
600
600
|
):
|
|
601
601
|
session_name = str(uuid.uuid1())
|
|
602
|
-
sts_client = boto3.client("sts", **auth_params)
|
|
602
|
+
sts_client = boto3.client("sts", **auth_params, region_name=assume_role_params.get(REGION))
|
|
603
603
|
try:
|
|
604
604
|
assumed_role_object = sts_client.assume_role(
|
|
605
605
|
**clean(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.2.
|
|
3
|
+
Version: 6.2.5
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -219,6 +219,7 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
219
219
|
after cloning this repository.
|
|
220
220
|
|
|
221
221
|
## Changelog
|
|
222
|
+
* 6.2.5 - Fixed bug related to failure to set default region to assume role method in `aws_client` for newer versions of boto3 | Updated alpine image packages on build
|
|
222
223
|
* 6.2.4 - Update `make_request` helper to support extra parameter of `max_response_size` to cap the response
|
|
223
224
|
* 6.2.3 - Updated dockerfiles for both `slim` and `full` SDK types to use Python 3.11.11 | Updated dependencies | Removed `pkg_resources` usage due to deprecation
|
|
224
225
|
* 6.2.2 - Fix instances where logging errors would lead to duplicate entries being output | Add option to hash only on provided keys for `hash_sha1` function
|
|
@@ -18,7 +18,7 @@ insightconnect_plugin_runtime/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeR
|
|
|
18
18
|
insightconnect_plugin_runtime/api/endpoints.py,sha256=8QQrxzW8jmQIkalud8fqYwB05uUw8sTiDNgO5ZekOCA,33353
|
|
19
19
|
insightconnect_plugin_runtime/api/schemas.py,sha256=jRmDrwLJTBl-iQOnyZkSwyJlCWg4eNjAnKfD9Eko4z0,2754
|
|
20
20
|
insightconnect_plugin_runtime/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
|
-
insightconnect_plugin_runtime/clients/aws_client.py,sha256=
|
|
21
|
+
insightconnect_plugin_runtime/clients/aws_client.py,sha256=ViJF3klbD1YM5GVxme3BFYfpuADUlVGP8sdbX2Z6_Cw,23061
|
|
22
22
|
insightconnect_plugin_runtime/clients/oauth.py,sha256=bWtAGRMwdK4dw9vMPcw9usklyIHBDtZh55kMZ7sWROc,2453
|
|
23
23
|
insightconnect_plugin_runtime/data/input_message_schema.json,sha256=7_BcHi6UOBiVWGrrJHHn5IoddteXjL7GOKETdO9T2DE,1770
|
|
24
24
|
insightconnect_plugin_runtime/data/output_message_schema.json,sha256=Qya6U-NR5MfOlw4V98VpQzGBVq75eGMUQhI-j3yxOHI,1137
|
|
@@ -78,7 +78,7 @@ tests/unit/test_server_spec.py,sha256=je97BaktgK0Fiz3AwFPkcmHzYtOJJNqJV_Fw5hrvqX
|
|
|
78
78
|
tests/unit/test_trigger.py,sha256=E53mAUoVyponWu_4IQZ0IC1gQ9lakBnTn_9vKN2IZfg,1692
|
|
79
79
|
tests/unit/test_variables.py,sha256=OUEOqGYZA3Nd5oKk5GVY3hcrWKHpZpxysBJcO_v5gzs,291
|
|
80
80
|
tests/unit/utils.py,sha256=hcY0A2H_DMgCDXUTvDtCXMdMvRjLQgTaGcTpATb8YG0,2236
|
|
81
|
-
insightconnect_plugin_runtime-6.2.
|
|
82
|
-
insightconnect_plugin_runtime-6.2.
|
|
83
|
-
insightconnect_plugin_runtime-6.2.
|
|
84
|
-
insightconnect_plugin_runtime-6.2.
|
|
81
|
+
insightconnect_plugin_runtime-6.2.5.dist-info/METADATA,sha256=n08BX1O96S4-Nd6kDOiKrXF5jWec4b2Qq4g3DLBJLIs,15887
|
|
82
|
+
insightconnect_plugin_runtime-6.2.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
83
|
+
insightconnect_plugin_runtime-6.2.5.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
|
|
84
|
+
insightconnect_plugin_runtime-6.2.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|