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
Unverified Commit 4ba941ae authored by Ash McKenzie's avatar Ash McKenzie Committed by GitLab
Browse files

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: default avatarAsh McKenzie <amckenzie@gitlab.com>
Approved-by: default avatarAsh McKenzie <amckenzie@gitlab.com>
Reviewed-by: default avatarAsh McKenzie <amckenzie@gitlab.com>
Co-authored-by: default avatarVasilii Iakliushin <viakliushin@gitlab.com>
parents 17ffcb19 7c28f535
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