Skip to content
This repository was archived by the owner on Jan 24, 2018. It is now read-only.
This repository was archived by the owner on Jan 24, 2018. It is now read-only.

[RFC] Web Application Firewall #206

@lasley

Description

@lasley

Another nail in the security shield for us should be a Web Application Firewall.

I'm thinking something like ModSecurity built as a module & included into our proxy would be the best bet here.

Alternatively we could run the firewall as its own service, and proxy desired traffic through it.

Benefits of the former method is security by default, for everything. Downfall is that opt-out would be at the proxy image level, so you're either fully secure or fully insecure - no middle ground.

If we go the route of the secondary proxy, we would gain the benefit of opt-in/out security at the application level. The downfall of this method is that our network architecture will explode in terms of difficulty. We also still wouldn't be able to run secure & insecure on the same port - because the two proxy listeners would conflict.

Thoughts? Other techs/strategies?

cc @LasLabs @YannickB

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions