-
Notifications
You must be signed in to change notification settings - Fork 3
feat(auth): fix unrestricted route access in UI #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merges OIDC libary updates.
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
=======================================
Coverage ? 61.88%
=======================================
Files ? 49
Lines ? 1805
Branches ? 0
=======================================
Hits ? 1117
Misses ? 688
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fix(deps): update npm - li-cli - experimental/li-cli/package.json
…pendency-review.yml
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
chore: run npm audit fix
chore: bump by minor to v1.11.0
PR contents merged in finos#961. |
This PR fixes the route access issue (unlogged users and non-admins can no longer access any route).
The second issue, decoupling the routing and the layout (in other words, removing the common routes from /admin and refactoring them to something else, like /dashboard), will be done in a separate PR as it might be larger than expected.
It builds on top of #7, which should be merged first.
I deliberately omitted the E2E tests as the layout fix will change how routes work.