Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Use Multiple Token Types #14

@samitha9125

Description

@samitha9125

Background

Managing verdaccio authentication using verdaccio-auth-gitlab is convenient and secure. So when accessing the verdaccio via the Web or using npm/yarn cli is also convenient because all the time user have their own personal access token with them. But, if we want to use the same private npm registry for a CI job, we should be able to do that via a Job token rather than exposing a personal access token.

Issue

Currently, verdaccio-auth-gitlab only support one token type. This issue is reported in #11.

According to the discussion comment, CI_JOB_TOKEN can be used even with tokenType: personal configuration?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions