-
-
Notifications
You must be signed in to change notification settings - Fork 216
[#942] Add permissions field to the config
#962
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## next #962 +/- ##
==========================================
- Coverage 61.45% 61.39% -0.06%
==========================================
Files 83 83
Lines 10404 10419 +15
==========================================
+ Hits 6394 6397 +3
- Misses 3368 3378 +10
- Partials 642 644 +2
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Resolves #942
This PR adds a simple functionality to allow user to config permission of the UI and API.
Example config:
This will effectively result readonly UI and API.
It also includes some fixes on minor issues of the UI.