Skip to content

Commit cb49fb8

Browse files
committed
Added environment variables for OAuth2 test to e2e github action
1 parent 8f75a56 commit cb49fb8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/end_to_end_tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
timeout-minutes: 20
1414

15+
env:
16+
OAUTH_DEXIDP_CLIENT_ID=client_test_web_id
17+
OAUTH_DEXIDP_CLIENT_SECRET=client_test_web_secret
18+
OAUTH_DEXIDP_REDIRECT_URL=http://localhost:5173/auth/login/oauth2/
19+
OAUTH_DEXIDP_OIDC_CONFIGURATION_ENDPOINT=http://127.0.0.1:5556/dex/.well-known/openid-configuration
20+
PUBLIC_OAUTH_CLIENT_NAME=dexidp
21+
1522
strategy:
1623
matrix:
1724
node-version: ['16', '18', '20']

0 commit comments

Comments
 (0)