Eduardo Leon
Eduardo Leon
After discussing with the team we come up with a possible solution. Next steps will be to: - [x] Develop a method to check the existence of retry parameters in...
The scope of the issue has been fulfilled. There is a pending discussion with the team to define if the solution can be optimized to improve module performance. Next steps:...
# Issue Update The current solution for the issue was to instance a botocore Config object to set the default config for retry parameters but doing this overrides the configuration...
## Update After investigating the current flow of how the module is configured, testing began to see how different parameters are used to initialize the module and how it affects...
After completing the last steps, config behavior was confirmed it follows a hierarchy order as mentioned in the [ botocore documentation ](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html) . First Config object and then .aws/config file....
## Update The mapping of the parameters has been developed. Now hierarchy on the config file needs to be tested with different use cases. Next steps: - [x] Create different...
## Issue Update A discussion with the team was created because of this [issue](https://github.com/wazuh/support/issues/165) as discussed [here](https://wazuh-team.slack.com/archives/GPDLC635H/p1679057532018069) Changes related to the solution to this issue were done to take into...
## Test results - No config file: ``` root@wazuh-master:/# /var/ossec/wodles/aws/aws-s3 -b wazuh-profile-test-bucket -t server_access -d2 DEBUG: +++ Debug mode on - Level: 2 DEBUG: Generating default configuration for retries: mode...
## Test Update - Config file with s3, proxie and proxie configuration, no profile and no region passed as parameter ``` root@wazuh-master:/# /var/ossec/wodles/aws/aws-s3 -b wazuh-aws-wodle-kms -t custom -d2 DEBUG: +++...
Next Steps: - [x] Run tests to ensure module functioning on manager. - [x] Perform Documentation changes. - [x] Make a conclusion about the issue.