Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • W WMF Data Workflow Utils
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • repos
  • data-engineering
  • WMF Data Workflow Utils
  • Merge requests
  • !30

Git authentication with a project token.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gmodena requested to merge auth-with-project-token into main Sep 22, 2022
  • Overview 1
  • Commits 3
  • Pipelines 3
  • Changes 2

This MR proposes to replace the ssh based authentication with a Gitlab project access token.

You can test this change by including:

include:
  - project: 'repos/data-engineering/workflow_utils'
    ref: 'auth-with-project-token'
    file: '/gitlab_ci_templates/pipelines/conda_artifact_repo.yml'

An example of a successful release cycle is available at:

  • https://gitlab.wikimedia.org/repos/generated-data-platform/differential-privacy/-/pipelines/6288
  • https://gitlab.wikimedia.org/repos/generated-data-platform/differential-privacy/-/pipelines/6290

cc @otto @aqu @mforns

Edited Sep 23, 2022 by Gmodena
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: auth-with-project-token