-
Notifications
You must be signed in to change notification settings - Fork 813
Description
Is your feature request related to a problem? Please describe.
to use meshcentral requires to protect it behind a firewall to reduce attack vectors.
VPNs are sometime a solution which is not allowed on high regulated environments.
So a simple additional http-basic auth is already helpful to allow "http proxied" users to access meshcentral.
Describe the solution you'd like
if meshcentral is protected behind a basic auth the router tools are currently not able to be used, as this additional authentication is not supported.
So routers would require a implementation to allow to add a basic auth additionally
Describe alternatives you've considered
VPN => not possible in highly regulated envs
Offer
I can help to provide the required changes for the router apps, if I get some swift and helpful feedback to my impls.