File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ containers. Some requirements include:
3131* Containers must be able to access other containers
3232* Containers cannot access the CoreOS host (SSH, etcd, etc)
3333
34- In practice, this is really only a concern when clusters are running untrusted applications.
3534Further discussion about this approach is appreciated in GitHub issue `#986 `_.
3635
3736Application runtime segregation
@@ -67,5 +66,12 @@ be exposed to the public are:
6766For providers that do not supply a security group feature, please try
6867`contrib/util/custom-firewall.sh `_.
6968
69+ Router firewall
70+ ---------------
71+ The :ref: `Router ` component includes a firewall to help thwart attacks. It can be enabled by running:
72+ ``deisctl config router set firewall/enabled true ``. For more information, see the `router README `_
73+ and :ref: `router_settings `.
74+
7075.. _`#986` : https://github.com/deis/deis/issues/986
7176.. _`contrib/util/custom-firewall.sh` : https://github.com/deis/deis/blob/master/contrib/util/custom-firewall.sh
77+ .. _`router README` : https://github.com/deis/deis/blob/master/router/README.md
You can’t perform that action at this time.
0 commit comments