From e9f5026f4445f2e4f6fa0a2eda6ac520d608e242 Mon Sep 17 00:00:00 2001 From: Ash McKenzie Date: Thu, 18 Sep 2025 13:18:34 +1000 Subject: [PATCH] Add access token nicknames --- doc/security/tokens/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/security/tokens/_index.md b/doc/security/tokens/_index.md index 8c4b69840479ea..7324732d06e349 100644 --- a/doc/security/tokens/_index.md +++ b/doc/security/tokens/_index.md @@ -60,7 +60,7 @@ Additional recommendations for [CI/CD variable security](../../ci/variables/_ind ## Personal access tokens You can create [personal access tokens](../../user/profile/personal_access_tokens.md) -to authenticate with: +(often referred to as `PAT`) to authenticate with: - The GitLab API. - GitLab repositories. @@ -100,8 +100,8 @@ impersonation token. ## Project access tokens [Project access tokens](../../user/project/settings/project_access_tokens.md) -are scoped to a project. Like personal access tokens, you can use -them to authenticate with: +(often referred to as `PrAT`) are scoped to a project. Like personal access +tokens, you can use them to authenticate with: - The GitLab API. - GitLab repositories. @@ -123,8 +123,8 @@ when project access tokens are nearly expired. ## Group access tokens [Group access tokens](../../user/group/settings/group_access_tokens.md) -are scoped to a group. Like personal access tokens, you can use -them to authenticate with: +(often referred to as `GAT`) are scoped to a group. Like personal access +tokens, you can use them to authenticate with: - The GitLab API. - GitLab repositories. -- GitLab