Closed bouddha-fr closed 5 days ago
Have we found a way to bypass SSL verification ? or another alternative
Have we found a way to bypass SSL verification ? or another alternative
We have in #500 (partially) but waiting on #508 for this to work properly.
[!IMPORTANT]
Review skipped
Auto reviews are limited to specific labels.
:label: Labels to auto review (1)
* coderabbitPlease check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@bouddha-fr https://github.com/TracecatHQ/tracecat/pull/508 has been merged. Let us know if that unblocks this PR. We can hopefully get this merged in and working for you by next week 🚀
Looks ready shall we merge it in? @bouddha-fr!
@topher-lo u can merge now 🙂
Some quick comments on second glance @bouddha-fr
Pull Request: Update Outdated Wazuh Agents Action
Overview
This pull request introduces an action to identify and update outdated Wazuh agents via API requests to a Wazuh server. This action streamlines the process of keeping Wazuh agents up to date across an infrastructure.
Features
Action: Update Outdated Wazuh Agents
update_wazuh_agents
integrations.wazuh
Input Parameters
Authentication
WAZUH_API_KEY
) for authorization.Requested Addition
Added option to bypass SSL verification, similar to the curl command
-k
or--insecure
, for compatibility with self-signed certificates.Summary by CodeRabbit
update_wazuh_agents
, for identifying and updating outdated Wazuh agents.