insightconnect-plugin-runtime 5.4.4__py3-none-any.whl → 5.4.6__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/server.py +1 -0
- {insightconnect_plugin_runtime-5.4.4.dist-info → insightconnect_plugin_runtime-5.4.6.dist-info}/METADATA +3 -1
- {insightconnect_plugin_runtime-5.4.4.dist-info → insightconnect_plugin_runtime-5.4.6.dist-info}/RECORD +5 -5
- {insightconnect_plugin_runtime-5.4.4.dist-info → insightconnect_plugin_runtime-5.4.6.dist-info}/WHEEL +1 -1
- {insightconnect_plugin_runtime-5.4.4.dist-info → insightconnect_plugin_runtime-5.4.6.dist-info}/top_level.txt +0 -0
|
@@ -280,6 +280,7 @@ class PluginServer(gunicorn.app.base.BaseApplication):
|
|
|
280
280
|
structlog.contextvars.bind_contextvars(
|
|
281
281
|
**clean_dict(
|
|
282
282
|
{
|
|
283
|
+
"request_path": request.path,
|
|
283
284
|
"request_id": request.headers.get(request_id),
|
|
284
285
|
"org_id": request.headers.get(org_id),
|
|
285
286
|
"int_id": request.headers.get(int_id),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 5.4.
|
|
3
|
+
Version: 5.4.6
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -211,6 +211,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
211
211
|
after cloning this repository.
|
|
212
212
|
|
|
213
213
|
## Changelog
|
|
214
|
+
* 5.4.6 - Updated our cloud loggers to include the request path | Updated slim image to remediate vulnerabilities.
|
|
215
|
+
* 5.4.5 - Updated base images to pull Python 3.9.19 | Alpine image: Updated expat package
|
|
214
216
|
* 5.4.4 - Handling the 'Connection Refused' to cps (during startup) as an info instead of error log as this is an expected error.
|
|
215
217
|
* 5.4.3 - Updated dependencies to the latest versions | Fixed issue related to logger `StreamHandlers`
|
|
216
218
|
* 5.4.2 - Remove background scheduler to simplify when the server gets custom_config values | Revert to use `bullseye` for slim image.
|
|
@@ -8,7 +8,7 @@ insightconnect_plugin_runtime/helper.py,sha256=m5PxN04-NPXM1X10S2wwjqmiLvnNntd6T
|
|
|
8
8
|
insightconnect_plugin_runtime/metrics.py,sha256=hf_Aoufip_s4k4o8Gtzz90ymZthkaT2e5sXh5B4LcF0,3186
|
|
9
9
|
insightconnect_plugin_runtime/plugin.py,sha256=0IcyhAxklL8lMX7qRXBJ0V6rCt56b5VyrqBG3RAOatU,23573
|
|
10
10
|
insightconnect_plugin_runtime/schema.py,sha256=jTNc6KAMqFpaDVWrAYhkVC6e8I63P3X7uVlJkAr1hiY,583
|
|
11
|
-
insightconnect_plugin_runtime/server.py,sha256=
|
|
11
|
+
insightconnect_plugin_runtime/server.py,sha256=6iwfnSCWSwBn0D0_eRZQRvQu1CiY8QPsD2MsseFjFws,12195
|
|
12
12
|
insightconnect_plugin_runtime/step.py,sha256=KdERg-789-s99IEKN61DR08naz-YPxyinPT0C_T81C4,855
|
|
13
13
|
insightconnect_plugin_runtime/task.py,sha256=d-H1EAzVnmSdDEJtXyIK5JySprxpF9cetVoFGtWlHrg,123
|
|
14
14
|
insightconnect_plugin_runtime/trigger.py,sha256=Zq3cy68N3QxAGbNZKCID6CZF05Zi7YD2sdy_qbedUY8,874
|
|
@@ -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=g_phxLH96rNwsdrry8Y7SjT9oZCps7ussI-ofc9K_xw,478
|
|
81
|
-
insightconnect_plugin_runtime-5.4.
|
|
82
|
-
insightconnect_plugin_runtime-5.4.
|
|
83
|
-
insightconnect_plugin_runtime-5.4.
|
|
84
|
-
insightconnect_plugin_runtime-5.4.
|
|
81
|
+
insightconnect_plugin_runtime-5.4.6.dist-info/METADATA,sha256=FtY70pN3Pn6GMXEhCQKaJyUvdjgB__5f5cr5ok1ynys,12907
|
|
82
|
+
insightconnect_plugin_runtime-5.4.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
83
|
+
insightconnect_plugin_runtime-5.4.6.dist-info/top_level.txt,sha256=AJtyJOpiFzHxsbHUICTcUKXyrGQ3tZxhrEHsPjJBvEA,36
|
|
84
|
+
insightconnect_plugin_runtime-5.4.6.dist-info/RECORD,,
|
|
File without changes
|