Skip to content

Commit f71c6e7

Browse files
committed
docs(managing_deis): add router firewall docs
1 parent f93fc5f commit f71c6e7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/managing_deis/security_considerations.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
3534
Further discussion about this approach is appreciated in GitHub issue `#986`_.
3635

3736
Application runtime segregation
@@ -67,5 +66,12 @@ be exposed to the public are:
6766
For 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

0 commit comments

Comments
 (0)