-
Notifications
You must be signed in to change notification settings - Fork 16
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
add IP filtering whitelist #574
Comments
We would also have to support the whitelisting for the MQTT broker in that case , right ? Normally I would expect users to configure the IP restrictions upstream, like in the security group of the cloud-hosted instance or in the firewall of the network hosting their server. |
The use case for application level IP filtering supports the case where the deployment does not have options to have this set at the firewall/cloud level. |
I think that most security conscious operators (likely those requiring IP filtering), will not implement fire-walling as part of the application stack that is protected, but with a dedicated firewall. |
enrico to decided if/when we want to implement this |
W2AT 2023-11-14:
We could add an include in nginx setup for IP whitelisting (allow/deny), for example.
The text was updated successfully, but these errors were encountered: