Commit e8abe728 authored by Mike Jang's avatar Mike Jang

Merge branch 'mushakov-master-patch-81503' into 'master'

Project Access Tokens - SSH/Git usage

See merge request gitlab-org/gitlab!42482
parents 1f00f6e6 a9fbf696
...@@ -15,10 +15,7 @@ type: reference, howto ...@@ -15,10 +15,7 @@ type: reference, howto
> - It's recommended for production use. > - It's recommended for production use.
> - For GitLab self-managed instances, GitLab administrators can [disable it](#enable-or-disable-project-access-tokens). > - For GitLab self-managed instances, GitLab administrators can [disable it](#enable-or-disable-project-access-tokens).
Project access tokens are scoped to a project and can be used to authenticate with the [GitLab API](../../../api/README.md#personalproject-access-tokens). Project access tokens are scoped to a project and can be used to authenticate with the [GitLab API](../../../api/README.md#personalproject-access-tokens). You can also use project access tokens with Git to authenticate over HTTP or SSH.
<!-- Commented out until https://gitlab.com/gitlab-org/gitlab/-/issues/219551 is fixed -->
<!-- You can also use project access tokens with Git to authenticate over HTTP or SSH. -->
Project access tokens expire on the date you define, at midnight UTC. Project access tokens expire on the date you define, at midnight UTC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment