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

Wazuh packages redesign tier 1 - Use secret for AWS region #170

Closed
Tostti opened this issue Apr 22, 2024 · 0 comments · Fixed by #171
Closed

Wazuh packages redesign tier 1 - Use secret for AWS region #170

Tostti opened this issue Apr 22, 2024 · 0 comments · Fixed by #171
Assignees
Labels
level/task Task issue request/operational Operational request type/change Change performed in a Wazuh Cloud environment issue

Comments

@Tostti
Copy link
Member

Tostti commented Apr 22, 2024

Description

Iit is needed for all repositories involved in the Packages redesign objective to add an authentication step to AWS, so the workflows do not use a hardcoded region

The secret name is: CI_AWS_REGION

      - name: Set up AWS CLI
        uses: aws-actions/configure-aws-credentials@v4
        with:
          aws-access-key-id: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_ACCESS_KEY }}
          aws-secret-access-key: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_SECRET_KEY }}
          aws-region: ${{ secrets.CI_AWS_REGION }}
@Tostti Tostti added type/change Change performed in a Wazuh Cloud environment issue level/task Task issue request/operational Operational request labels Apr 22, 2024
@Tostti Tostti self-assigned this Apr 22, 2024
@wazuhci wazuhci moved this to In progress in Release 4.9.0 Apr 22, 2024
@Tostti Tostti mentioned this issue Apr 22, 2024
7 tasks
@Tostti Tostti linked a pull request Apr 22, 2024 that will close this issue
7 tasks
@wazuhci wazuhci moved this from In progress to Pending review in Release 4.9.0 Apr 22, 2024
@wazuhci wazuhci moved this from Pending review to In review in Release 4.9.0 Apr 23, 2024
@wazuhci wazuhci moved this from In review to Done in Release 4.9.0 Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue request/operational Operational request type/change Change performed in a Wazuh Cloud environment issue
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant