Skip to content

Commit

Permalink
Migrate to Lab Vault Cert for E2E Tests (#7085)
Browse files Browse the repository at this point in the history
This PR:
- Adds `3p-e2e.yml` which defines a OneBranch pipeline to run 3P MSAL JS
E2E tests to replace existing GitHub workflows
- Updates `gen_env.sh` to use a new PowerShell script called
`gen_env.ps1` that creates and populates a .env file with E2E Test
environment variables (Express session secret, ClientID, TenantID and
the absolute path of the client certificate used to authenticate with
the Lab App)
- Updates `e2e-test-utils/LabClient` to use a `CertificateCredential`
instead of `ClientSecretCredential`
- Updates the `b2c-user-flows` Node sample to use a SESSION_SECRET env
variable instead of the AZURE_CLIENT_SECRET
  • Loading branch information
hectormmg authored May 11, 2024
1 parent 8ba150d commit 63664d9
Show file tree
Hide file tree
Showing 14 changed files with 1,879 additions and 1,680 deletions.
80 changes: 0 additions & 80 deletions .github/workflows/msal-angular-e2e.yml

This file was deleted.

75 changes: 0 additions & 75 deletions .github/workflows/msal-browser-e2e.yml

This file was deleted.

137 changes: 0 additions & 137 deletions .github/workflows/msal-node-e2e.yml

This file was deleted.

84 changes: 0 additions & 84 deletions .github/workflows/msal-react-e2e.yml

This file was deleted.

Loading

0 comments on commit 63664d9

Please sign in to comment.