As we reevaluate how to best support and maintain Staging Ref in the future, we encourage development teams using this environment to highlight their use cases in the following issue: https://gitlab.com/gitlab-com/gl-infra/software-delivery/framework/software-delivery-framework-issue-tracker/-/issues/36.

Skip to content
Snippets Groups Projects
Commit 7c28f535 authored by Vasilii Iakliushin's avatar Vasilii Iakliushin
Browse files

Update config.yml with a configuration for PAT

parent 0cd02480
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -121,3 +121,10 @@ sshd:
lfs:
# https://gitlab.com/groups/gitlab-org/-/epics/11872, disabled by default.
pure_ssh_protocol: false
# https://docs.gitlab.com/ee/development/gitlab_shell/features.html#personal-access-token
pat:
# Enable/disable creation of personal access tokens using SSH key
enabled: true
# Configure which PAT scopes are allowable to generate using an SSH key
# allowed_scopes: [read_repository]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment