[8.0rc] CI sidebar menu links are missing and give 404
I was on this page - https://gitlab.com/ci/projects/1 and tried to click Charts, Runners, Variables, Web Hooks and everything else and all of them gave me 404 error.
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
I was on this page - https://gitlab.com/ci/projects/1 and tried to click Charts, Runners, Variables, Web Hooks and everything else and all of them gave me 404 error.
mentioned in issue #2572 (closed)
@sashk That's because you don't have access to those pages for project 1 (Gitlab-CE)
It works fine for me, because I'm in the gitlab-org group.
Maybe the links should be hidden in that case?
/cc @dzaporozhets @ayufan
Yes, looks like the menu items need to check permissions.
That's because you don't have access to those pages for project 1 (Gitlab-CE)
Then 403 (access denied) error would be expected, not 404.
I believe we use 404s in most cases where a 403 might be more appropriate in order to prevent information disclosure.
mentioned in merge request !1379 (merged)
At least users won't bug why they getting 404 :) I think what's planned for future releases with CI integration into GitLab, it will become less uglier.
Yes the whole CI part will be seamlessly integrated into GitLab.
Status changed to closed
mentioned in merge request !14785