Skip to content

Commit 7c28f53

Browse files
author
Vasilii Iakliushin
committed
Update config.yml with a configuration for PAT
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/460290
1 parent 0cd0248 commit 7c28f53

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

config.yml.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,10 @@ sshd:
121121
lfs:
122122
# https://gitlab.com/groups/gitlab-org/-/epics/11872, disabled by default.
123123
pure_ssh_protocol: false
124+
125+
# https://docs.gitlab.com/ee/development/gitlab_shell/features.html#personal-access-token
126+
pat:
127+
# Enable/disable creation of personal access tokens using SSH key
128+
enabled: true
129+
# Configure which PAT scopes are allowable to generate using an SSH key
130+
# allowed_scopes: [read_repository]

0 commit comments

Comments
 (0)