We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17ffcb1 + 7c28f53 commit 4ba941aCopy full SHA for 4ba941a
config.yml.example
@@ -121,3 +121,10 @@ sshd:
121
lfs:
122
# https://gitlab.com/groups/gitlab-org/-/epics/11872, disabled by default.
123
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