From 7ea855a5f79932f9d92f5e90b43e00534beb4f43 Mon Sep 17 00:00:00 2001 From: harishsundar-okta Date: Fri, 23 Aug 2024 14:16:15 +0530 Subject: [PATCH 1/2] Test-PR-Integration-Tests --- config/redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 5128709530..91eb798279 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2706,6 +2706,10 @@ const redirects = [ from: ['/api/use-auth0-apis-with-postman-collections', '/api/postman'], to: '/api', }, + { + from: ['/apiv2', '/api/v2', '/api/management'], + to: '/api/management/v2', + }, /* Authorization */ From 8b28b8b85ff2c34765e6ef079e05fbcacff4cf57 Mon Sep 17 00:00:00 2001 From: harishsundar-okta Date: Fri, 23 Aug 2024 14:35:29 +0530 Subject: [PATCH 2/2] Updated ubuntu label to fix IP whitelisting issue --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d856ca7f6e..91a8d86e35 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,7 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04-2cpu-8ram-75ssd steps: - name: Check out code uses: actions/checkout@v2