-
Notifications
You must be signed in to change notification settings - Fork 135
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
Ensure CF Cells info is shown for non cf admins #3121
Conversation
- Add new `/metrics/cf/cells/:op` endpoint which will allow non-admins to access specific cell queries - Integrate new `cells` endpoint into front end & test with non-admin user - Hide cell app instances tab if not cf admin
Hey richard-cox! Thanks for submitting this pull request! I'm here to inform the recipients of the pull request that you and the commit authors have already signed the CLA. |
Codecov Report
@@ Coverage Diff @@
## v2-master #3121 +/- ##
=============================================
- Coverage 71.16% 71.13% -0.04%
=============================================
Files 627 627
Lines 27407 27412 +5
Branches 6229 6230 +1
=============================================
- Hits 19504 19499 -5
- Misses 7903 7913 +10 |
Had a look at improving the white list check and came up with the following. Let me know if I should swap it out or there's a better way to do it.
Rather than the current
|
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.
LGTM
Tested locally - looks good. |
/metrics/cf/cells/:op
endpoint which will allow non-admins to access specific cell queriescells
endpoint into front end & test with non-admin userAlso