-
Notifications
You must be signed in to change notification settings - Fork 9
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
SIMSBIOHUB-487: Collaborators and Coordinators Auth Guard #1218
Conversation
Openshift URLs for the PR Deployment: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #1218 +/- ##
==========================================
+ Coverage 56.67% 56.69% +0.02%
==========================================
Files 587 587
Lines 17825 17823 -2
Branches 2763 2762 -1
==========================================
+ Hits 10102 10105 +3
+ Misses 7053 7048 -5
Partials 670 670 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried testing this out as an full admin and I tried to create a project but was met with a state error around the codes context provider.
Seemed to be a merged issue, resolved the bug. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔒
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥡
Links to Jira Tickets
Description of Changes
Roll guard the following functionality on the Survey Page:
Prevent access to following pages (403 error)
Roll guard the following functionality on the Project Page
Prevent access to the following pages (403 error)
Roll guard the following functionality on the Project List Page
Prevent access the following pages (403 error)
Testing Notes