Skip to content

Commit 4ba941a

Browse files
ashmckenzieVasilii Iakliushin
authored andcommitted
Merge branch '460290_pat_configuration' into 'main'
Update config.yml with a configuration for PAT See merge request https://gitlab.com/gitlab-org/gitlab-shell/-/merge_requests/1141 Merged-by: Ash McKenzie <[email protected]> Approved-by: Ash McKenzie <[email protected]> Reviewed-by: Ash McKenzie <[email protected]> Co-authored-by: Vasilii Iakliushin <[email protected]>
2 parents 17ffcb1 + 7c28f53 commit 4ba941a

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)