Restrict internet access from siren container#286
Restrict internet access from siren container#286magick93 wants to merge 3 commits intosigp:unstablefrom
Conversation
rickimoore
left a comment
There was a problem hiding this comment.
maybe antonD can look at the docker, i just made a small comment
|
I added some small nitpicks, feel free to revert them! question; this does not expose over SSL currently, right? |
|
it would also be nice to use the same template for |
Yes, the primary objective of this PR is getting the egress restrictions in place.
Preventing the exfiltration of sensitive data (eg, keys) from the container can largely be achieved using egress rules. But from the browser is another another kettle of fish. I |
Yeah I considered that, but I also wanted to avoid changing the existing siren image, and instead try to wrap it in nice warm security blanket. I would like to explore improving this, and also starting I suggest we explore this in a new issue. |
yeah so, taking a step back here and looking at which dangers actually exist, I think securing browser-siren traffic is paramount because once the
feel free to go ham on the exiting image :-) |
…with restricted network - no internet access
Objective
Security harden, specifically by restricting egress traffic from the siren container unless to approved destinations.