Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 808 Bytes

CREATE_GITLAB_PAT.md

File metadata and controls

12 lines (10 loc) · 808 Bytes

Create Personal Access Token for GitLab

This project assumes the use of GitLab for gitops. If another gitops manager is prefered, please work with your Google Cloud CE to determine viability and implementation

  1. Create a new PAT token and save the credentials for the steps below. gitlab token
    1. Go to user Preferences on the top right corner. On the left menu, select Access Tokens
    2. Choose a "Token name" name that will be used later in this installation as an environment variable SCM_TOKEN_USER.
    3. Create the PAT with read_repository privilege.
    4. The produced token value that will be uesd later in this installation as an environment variable SCM_TOKEN_TOKEN.