From 6d0e1b8003551b9985e8bd4a9815c23d6495f8ed Mon Sep 17 00:00:00 2001 From: William Conti <58711692+wconti27@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:10:04 -0400 Subject: [PATCH] add aws credentials for system tests (#2870) --- .github/workflows/system-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index 78386d4edb..f0e4bc4327 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -43,6 +43,8 @@ jobs: - uds-echo scenario: - DEFAULT + - INTEGRATIONS + - CROSSED_TRACING_LIBRARIES - APPSEC_DISABLED - APPSEC_BLOCKING - APPSEC_BLOCKING_FULL_DENYLIST @@ -103,6 +105,10 @@ jobs: DD_API_KEY: ${{ secrets.DD_API_KEY }} SYSTEM_TESTS_E2E_DD_API_KEY: ${{ secrets.SYSTEM_TESTS_E2E_DD_API_KEY }} SYSTEM_TESTS_E2E_DD_APP_KEY: ${{ secrets.SYSTEM_TESTS_E2E_DD_APP_KEY }} + AWS_ACCESS_KEY_ID: ${{ secrets.SYSTEM_TESTS_IDM_AWS_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.SYSTEM_TESTS_IDM_AWS_SECRET_ACCESS_KEY }} + AWS_REGION: us-east-1 + AWS_DEFAULT_REGION: us-east-1 # AWS services should use `AWS_REGION`, but some still use the older `AWS_DEFAULT_REGION` name: Test (${{ matrix.weblog-variant }}, ${{ matrix.scenario }}) steps: - name: Checkout system tests