Skip to content
Snippets Groups Projects
Commit b8db6f3d authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski
Browse files

Merge branch 'eread/clarify-project-and-group-access-tokens' into 'master'

Clarify what project and group access tokens cannot be used for

See merge request gitlab-org/gitlab!87979
parents 7acfccb2 7c45f0af
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,7 +36,7 @@ You can use group access tokens:
- Consider [disabling group access tokens](#enable-or-disable-group-access-token-creation) to
lower potential abuse.
 
You cannot use group access tokens to create other access tokens.
You cannot use group access tokens to create other group, project, or personal access tokens.
 
Group access tokens inherit the [default prefix setting](../../admin_area/settings/account_and_limit_settings.md#personal-access-token-prefix)
configured for personal access tokens.
Loading
Loading
Loading
Loading
@@ -36,7 +36,7 @@ You can use project access tokens:
- Consider [disabling project access tokens](#enable-or-disable-project-access-token-creation) to
lower potential abuse.
 
You cannot use project access tokens to create other access tokens.
You cannot use project access tokens to create other group, project, or personal access tokens.
 
Project access tokens inherit the [default prefix setting](../../admin_area/settings/account_and_limit_settings.md#personal-access-token-prefix)
configured for personal access tokens.
Loading
Loading
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