Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
15164eca
Commit
15164eca
authored
Aug 25, 2021
by
Jonston Chan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove duplicated "project bot user" section
parent
14bd84e5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
doc/api/index.md
doc/api/index.md
+3
-2
doc/api/lint.md
doc/api/lint.md
+1
-1
doc/user/project/settings/project_access_tokens.md
doc/user/project/settings/project_access_tokens.md
+1
-4
No files found.
doc/api/index.md
View file @
15164eca
...
...
@@ -220,7 +220,8 @@ You can use a GitLab CI/CD job token to authenticate with specific API endpoints
Package Registry, you can use
[
deploy tokens
](
../user/project/deploy_tokens/index.md
)
.
-
[
Container Registry
](
../user/packages/container_registry/index.md
)
(the
`$CI_REGISTRY_PASSWORD`
is
`$CI_JOB_TOKEN`
).
-
[
Container Registry API
](
container_registry.md
)
(
scoped
to the job's project, when the
`ci_job_token_scope`
feature flag is enabled)
-
[
Container Registry API
](
container_registry.md
)
(scoped to the job's project, when the
`ci_job_token_scope`
feature flag is enabled).
-
[
Get job artifacts
](
job_artifacts.md#get-job-artifacts
)
.
-
[
Get job token's job
](
jobs.md#get-job-tokens-job
)
.
-
[
Pipeline triggers
](
pipeline_triggers.md
)
, using the
`token=`
parameter.
...
...
@@ -675,7 +676,7 @@ send the payload body:
```
shell
curl
--request
POST
--header
"Content-Type: application/json"
\
--data
'{"name":"<example-name>", "description":"<example-description"}'
"https://gitlab/api/v4/projects"
--data
'{"name":"<example-name>", "description":"<example-description
>
"}'
"https://gitlab/api/v4/projects"
```
URL encoded query strings have a length limitation. Requests that are too large
...
...
doc/api/lint.md
View file @
15164eca
...
...
@@ -9,7 +9,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
## Validate the CI YAML configuration
Checks if CI/CD YAML configuration is valid. This endpoint validates basic CI/CD
configuration syntax. It doesn't have any namespace
specific context.
configuration syntax. It doesn't have any namespace
-
specific context.
Access to this endpoint does not require authentication when the instance
[
allows new sign ups
](
../user/admin_area/settings/sign_up_restrictions.md#disable-new-sign-ups
)
...
...
doc/user/project/settings/project_access_tokens.md
View file @
15164eca
...
...
@@ -60,10 +60,7 @@ API calls made with a project access token are associated with the corresponding
These bot users are included in a project's
**Project information > Members**
list but cannot be modified. Also, a bot
user cannot be added to any other project.
-
The username is set to
`project_{project_id}_bot`
for the first access token, such as
`project_123_bot`
.
-
The username is set to
`project_{project_id}_bot{bot_count}`
for further access tokens, such as
`project_123_bot1`
.
When the project access token is
[
revoked
](
#revoking-a-project-access-token
)
the bot user is deleted
When the project access token is
[
revoked
](
#revoking-a-project-access-token
)
, the bot user is deleted
and all records are moved to a system-wide user with the username "Ghost User". For more
information, see
[
Associated Records
](
../../profile/account/delete_account.md#associated-records
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment