Skip to content

Commit

Permalink
[e2e] fix: add google 2fa and re-enable test (#1259)
Browse files Browse the repository at this point in the history
* add 2fa to google login and re-enable test

* add 2fa to google login and re-enable test

* prettier fix
  • Loading branch information
albarbaro committed May 15, 2024
1 parent c2a414c commit ebd3210
Show file tree
Hide file tree
Showing 5 changed files with 2,145 additions and 161 deletions.
1 change: 1 addition & 0 deletions .ibm/pipelines/env_variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ GOOGLE_CLIENT_SECRET=$(cat /tmp/secrets/GOOGLE_CLIENT_SECRET)
GOOGLE_ACC_COOKIE=$(cat /tmp/secrets/GOOGLE_ACC_COOKIE)
GOOGLE_USER_ID=$(cat /tmp/secrets/GOOGLE_USER_ID)
GOOGLE_USER_PASS=$(cat /tmp/secrets/GOOGLE_USER_PASS)
GOOGLE_2FA_SECRET=$(cat /tmp/secrets/GOOGLE_2FA_SECRET)

DATA_ROUTER_URL=$(cat /tmp/secrets/DATA_ROUTER_URL)
DATA_ROUTER_USERNAME=$(cat /tmp/secrets/DATA_ROUTER_USERNAME)
Expand Down
Loading

0 comments on commit ebd3210

Please sign in to comment.