-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix broken admin ui access #1845
Conversation
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
The issue is related to access controls. These comments don't match the issue: # NOTE: Allowing the reverse proxy will enable a vulnerability where the ui/panel can be spoofed
# by altering the X-FORWARDED-FOR ip address in the request header. Also, the Configuration wiki page should be updated to reflect the changes introduced with |
…admin_ui_access"" This reverts commit 6a8c8d7. Some random outcomes causes it to break
Right, but that's not what the comment says. |
@bcoles access to the admin UI is restricted to a particular subnet through |
Updated. |
This is correct, however the comment in the configuration file does not describe this behavior. My issue is that the risks associated with a security control should be clear.
Additionally, the code surrounding |
Adds the fix for spoofing the Admin UI, includes some minor changes around how 404 error responses are accessed and includes tests.