Skip to content

Commit edcd722

Browse files
fix(e2e-tests): update AUTH0 secret reference in workflow configuration (#136)
- Change AUTH0 secret reference from LFX_V2_PCC to LFX_ONE in e2e-tests.yml - Update validation messages to reflect the new secret reference for clarity Jira Ticket: https://linuxfoundation.atlassian.net/browse/LFXV2-690 Signed-off-by: Mauricio Zanetti Salomao <[email protected]>
1 parent 42e9854 commit edcd722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
secret-ids: |
9696
SUPABASE, /cloudops/managed-secrets/cloud/supabase/api_key
97-
AUTH0, /cloudops/managed-secrets/auth0/LFX_V2_PCC
97+
AUTH0, /cloudops/managed-secrets/auth0/LFX_ONE
9898
AUTH, /cloudops/managed-secrets/auth0/LFX_V2_Meeting_Join_M2M
9999
100100
- name: Validate required secrets for E2E testing
@@ -285,7 +285,7 @@ jobs:
285285
echo "Configure the following secrets to enable E2E testing:"
286286
echo ""
287287
echo "AWS Secrets Manager (required):"
288-
echo " - /cloudops/managed-secrets/auth0/LFX_V2_PCC (AUTH0 configuration)"
288+
echo " - /cloudops/managed-secrets/auth0/LFX_ONE (AUTH0 configuration)"
289289
echo " - /cloudops/managed-secrets/cloud/supabase/api_key (SUPABASE configuration)"
290290
echo " - /cloudops/managed-secrets/ai/ai_config (AI configuration)"
291291
echo ""

0 commit comments

Comments
 (0)