Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3 URI contains an error when creating the package with GHA #1232

Closed
MARCOSD4 opened this issue Feb 3, 2025 · 1 comment · Fixed by #1233
Closed

S3 URI contains an error when creating the package with GHA #1232

MARCOSD4 opened this issue Feb 3, 2025 · 1 comment · Fixed by #1233
Assignees
Labels
level/task Task issue type/bug Bug issue

Comments

@MARCOSD4
Copy link
Member

MARCOSD4 commented Feb 3, 2025

Description

After doing some tests to create Puppet packages using GitHub Actions (in https://github.com/wazuh/wazuh-qa-automation/issues/443), an error was detected in the URI where the Puppet package is expected to be in the development bucket. The package was successfully uploaded to the expected path, but the informative log showed an incorrect path.

The Upload Puppet module to S3 stage shows the URI where the package should be stored, but there is an error because an extra slash (/) is included in the path:

S3 URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/puppet-module//wazuh-wazuh-4.11.0-305e879.tar.gz

The expected URI should be:

S3 URI: s3://packages-dev.internal.wazuh.com/development/wazuh/4.x/secondary/puppet-module/wazuh-wazuh-4.11.0-305e879.tar.gz

Action: https://github.com/wazuh/wazuh-puppet/actions/runs/13109248967/job/36569392925

@MARCOSD4 MARCOSD4 added level/task Task issue type/bug Bug issue labels Feb 3, 2025
@vcerenu vcerenu self-assigned this Feb 3, 2025
@wazuhci wazuhci moved this to Backlog in XDR+SIEM/Release 4.12.0 Feb 3, 2025
@vcerenu
Copy link
Member

vcerenu commented Feb 3, 2025

Update

Correction was made to the URL displayed in the workflow log.

Image

Action: https://github.com/wazuh/wazuh-puppet/actions/runs/13113460860/job/36582242527

@vcerenu vcerenu linked a pull request Feb 3, 2025 that will close this issue
@wazuhci wazuhci moved this from Backlog to Done in XDR+SIEM/Release 4.12.0 Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants