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
2a577caa
Commit
2a577caa
authored
Dec 14, 2021
by
Harsh Chouraria
Committed by
Evan Read
Dec 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarify API coverage of IP restriction
parent
980423ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/user/group/index.md
doc/user/group/index.md
+3
-2
No files found.
doc/user/group/index.md
View file @
2a577caa
...
...
@@ -561,8 +561,9 @@ You should consider these security implications before configuring IP address re
-
**Administrators and group owners**
: Users with these permission levels can always
access the group settings, regardless of IP restriction, but they cannot access projects
belonging to the group when accessing from a disallowed IP address.
-
**GitLab API and runner activities**
: Only the
[
Groups
](
../../api/groups.md
)
and
[
Projects
](
../../api/projects.md
)
APIs are protected by IP address restrictions.
-
**GitLab API and runner activities**
: Only the
[
group
](
../../api/groups.md
)
(
including
all
[
group resources
](
../../api/api_resources.md#group-resources
)
) APIs and
[
project
](
../../api/api_resources.md#project-resources
)
(including all
[
project resources
](
../../api/api_resources.md#project-resources
)
) APIs are protected by IP address restrictions.
When you register a runner, it is not bound by the IP restrictions. When the runner
requests a new job or an update to a job's state, it is also not bound by
the IP restrictions. But when the running CI/CD job sends Git requests from a
...
...
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