Nico Stefani

Results 35 comments of Nico Stefani

I'd like to contribute with this!

## Issue Update I was able to remove the warnings updating the libraries `protobuf==3.20.1` and `googleapis-common-protos==1.56.4` ```bash ================================================================================================ test session starts ================================================================================================ platform linux -- Python 3.10.4, pytest-6.2.5, py-1.11.0, pluggy-0.13.1...

# Pub/Sub integration No data must be modified or removed unless it was specified for the test. The tests assume there is a valid authentication file located at `/var/ossec/wodles/gcloud/credentials.json`. A...

# Bucket integration No data must be modified or removed unless it was specified for the test. The tests assume there is a valid authentication file located at `/var/ossec/wodles/gcloud/credentials.json`. A...

# Test AWS Test some `aws` service to check the modified string. Command used /var/ossec/wodles/aws/aws-s3 -b wazuh-aws-wodle-cloudtrail -t cloudtrail -s 2022-Feb-01 -p dev -d2 Command output DEBUG: +++ Debug mode...

> After the changes it is still not clear enough for the user. > > The message `The difference between the request time and the current time is too large`...

# Issue Update **Execute the module with `-r` option** :green_circle: The region should be taken from the parameters Command Output root@wazuh:/# /var/ossec/wodles/aws/aws-s3 --service cloudwatchlogs --aws_profile dev --aws_log_groups /aws/ecr/image-scan-findings/framework-test-ecr-repository -s 2022-SEP-19...

# Issue Update **Execute the module without specify the `-r` option** :green_circle: The `region` should be taken from `~/.aws/config` file Command Output root@wazuh:/# /var/ossec/wodles/aws/aws-s3 --service cloudwatchlogs --aws_profile dev --aws_log_groups /aws/ecr/image-scan-findings/framework-test-ecr-repository...

# Issue Update **Execute the module with none of the above** :green_circle: Remove the `~/.aws/config` file and don't use the `-r` option, the module should use the default regions. Command...

# Issue Update **Execute the module specifying a different profile** :green_circle: Using a different profile that hasn't configured a `region`, the module should use the default regions. Command Output root@wazuh:/#...