Skip to content

Using OAuth token to generate tokens for E2E tests

Michael Leopard requested to merge update-gitlab-service into master

Overview

We used a web scraper for our two test instances for years to grab a PAT from the instance. Recently, this method has stopped working for our destination instance, which is spun up as a CI service. This MR updates our token generator class to generate and OAuth token through the default username/password credentials to then generate a PAT so the rest of Congregate can function throughout the tests.

Tasks

  • Update docs if needed (workflow, runbooks, README, migration metrics, etc.)

Acceptance Criteria

  • Existing UTs pass locally
Edited by Michael Leopard

Merge request reports

Loading