SaaS 特殊的组和项目页面权限问题
Update
该 issue 系用户自身配置问题, 并非 BUG
Bug on the group
https://jihulab.com/cbd-ultimate 是一个 Public 的顶级组, 但是匿名访问时报 401

Bug on the project
https://jihulab.com/cbd-ultimate/ai-code-review 是一个 private 项目, 使用 Owner 身份访问时报 404

Summary
Steps to reproduce
Bug1
-
Browse in Incognito mode
-
visit the group page: https://jihulab.com/cbd-ultimate
-
Got 401 (expect 200)
-
log in jihulab.com
-
Got 404 (expect 200)
Bug2
- log in as
icbd
(or other group members) - visit https://jihulab.com/cbd-ultimate/ai-code-review
- Got 404 (expect 200)
Example Project
What is the current bug behavior?
What is the expected correct behavior?
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)
Possible fixes
由 Baodong 编辑于