Skip to content

T36 limit admin routes#64

Draft
alepbloyd wants to merge 2 commits into
mainfrom
t36-limit-admin-routes
Draft

T36 limit admin routes#64
alepbloyd wants to merge 2 commits into
mainfrom
t36-limit-admin-routes

Conversation

@alepbloyd

Copy link
Copy Markdown
Collaborator

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

Just chipping away at the MVP tickets. This handles the redirection of non-admin users away from /sidekiq and adds a non-rails 404 page.

Related Tickets & Documents

QA Instructions, Screenshots, Recordings

Run tests, should be 205 examples, 1 pending, 0 failing.

To manually test 404 page, visit an invalid URL and ensure you don't see the rails error page - should see basic 404 page instead.
Screenshot 2026-02-25 at 1 29 59 PM

To manually test sidekiq access - sign in as admin user and visit /sidekiq, you should see the sidekiq dashboard. Sign out and visit /sidekiq, and you should see a 404 page.

Added/updated tests?

  • Yes
  • No, and this is why: please replace this line with details on why tests
    have not been included
  • I need help with writing tests

[optional] Are there any post deployment tasks we need to perform?

@alepbloyd alepbloyd marked this pull request as draft February 25, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limit sidekiq path to admins

1 participant