feat(auth): decouple authorization and admin layout#13
Closed
jescalada wants to merge 88 commits intoG-Research:mainfrom
Closed
feat(auth): decouple authorization and admin layout#13jescalada wants to merge 88 commits intoG-Research:mainfrom
jescalada wants to merge 88 commits intoG-Research:mainfrom
Conversation
|
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #13 +/- ##
=======================================
Coverage ? 48.49%
=======================================
Files ? 51
Lines ? 2099
Branches ? 242
=======================================
Hits ? 1018
Misses ? 1044
Partials ? 37 ☔ 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
ci: generate js and definitions from ts and place in original location
chore: bump by minor to v1.12.0
Signed-off-by: stingrayza <rhook@gitlab.com>
docs(readme): fix markdown in README
feat: integrate gitleaks
chore: bump by minor to v1.13.0
add meeting minutes GitHub Issue template
fix(deps): update dependency eslint to ^9.27.0 - website - website/package.json
…pendency-review.yml
chore(deps): update github-actions - workflows - .github/workflows/dependency-review.yml
chore: create meeting_minutes.md
feat: converted to typescript fix: config loader clone command issue fix: adds input validation, uses array arguments, prevented shell spawn fix: adds failsafe checking for directory location and structure fix: env-paths change to v2.2.1 which support require and minor code fix fix: improves test coverage Adds additional tests for better cove fix: fixed creating cache directory
Default value should be false, and set to true when cert path is configured
feat: implements config loader to enable remote or external configs
chore: bump by minor to v1.14.0
Collaborator
Author
|
PR contents merged in finos#961. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR for #9 builds on top of #7 and #10, making route access more intuitive. All
/adminroutes have been replaced with/dashboard, and relevant files have been renamed. Actual admin-only routes, such as the list of users, are displayed with the/admin/prefix. For example:/dashboard/admin/user.Merging the first two PRs should make this one more manageable! 😃
Unit tests execute the same way as before, and E2E tests have been expanded and amended to work with the new setup.
I also added some quality-of-life features, such as fixing the redirect on login, which had a confusing flow (that was erroring out when logging from the admin/admin account).
When testing, keep in mind that enabling OIDC will make some tests fail. Please set the local auth in
proxy.config.jsontoenabled: true(andopenidconnecttoenabled: false) to make tests pass. Thank you!Changelog