Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 21:10:47 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 21:10:47 +0300
commit1abf48c10ca3802db57bad00de3355586a6cc40e (patch)
treed027173e342f44e67528b6429c8f4b0b222efec6 /doc/user/group/index.md
parent2cba3ab8e7b2d6b32be6910d15b53860f2c2140e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/group/index.md')
-rw-r--r--doc/user/group/index.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md
index 8d64ef6b1db..180bd589ac5 100644
--- a/doc/user/group/index.md
+++ b/doc/user/group/index.md
@@ -653,3 +653,15 @@ The group's new subgroups have push rules set for them based on either:
- [Lock the sharing with group feature](#prevent-a-project-from-being-shared-with-groups).
- [Enforce two-factor authentication (2FA)](../../security/two_factor_authentication.md#enforcing-2fa-for-all-users-in-a-group): Enforce 2FA
for all group members.
+
+## Troubleshooting
+
+### Verify if access is blocked by IP restriction
+
+If a user sees a 404 when they would normally expect access, and the problem is limited to a specific group, search the `auth.log` rails log for one or more of the following:
+
+- `json.message`: `'Attempting to access IP restricted group'`
+- `json.allowed`: `false`
+
+In viewing the log entries, compare the `remote.ip` with the list of
+[allowed IPs](#restrict-group-access-by-ip-address) for the group.