-
Notifications
You must be signed in to change notification settings - Fork 178
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
ValidateISV Endpoint Update #3541
ValidateISV Endpoint Update #3541
Conversation
Testing using curl to endpoint Also tested by applying the anaconda app. The user now will see this error: @andrewballantyne is this expected because the UI is available to non-admins at this time. Should the UI be hidden or partially disabled to all but odh admins? |
@christianvogt it doesn't make sense for non-admins to use this flow... perhaps hiding the |
c763d7a
to
aafab34
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3541 +/- ##
==========================================
- Coverage 85.56% 85.17% -0.40%
==========================================
Files 1342 1380 +38
Lines 31016 31542 +526
Branches 8675 8818 +143
==========================================
+ Hits 26538 26865 +327
- Misses 4478 4677 +199
... and 362 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: christianvogt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes: RHOAIENG-16251
Description
Quick update for the ValidateISV Endpoint. Also add logic to hide the enable button if the user isn't an admin.
How Has This Been Tested?
npm run test and locally
Test Impact
No changes
Screenshots
Admin:
Non admin:
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main