-
Notifications
You must be signed in to change notification settings - Fork 20
Add RBAC info to process and subscription detail endpoints #990
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
CodSpeed Performance ReportMerging #990 will not alter performanceComparing Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #990 +/- ##
==========================================
+ Coverage 84.37% 84.41% +0.03%
==========================================
Files 213 213
Lines 10289 10315 +26
Branches 1012 1016 +4
==========================================
+ Hits 8681 8707 +26
- Misses 1339 1340 +1
+ Partials 269 268 -1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Looks good, 1 comment and 1 nitpick!
This PR will allow to frontend to evaluate user permissions in order to disable certain input fields.
Related: workfloworchestrator/orchestrator-ui-library#2058
Closes: #955, #956