Skip to content

Commit

Permalink
docs: Add demonstration that second example is additive
Browse files Browse the repository at this point in the history
This makes it clear that the L7 filter builds on the L3/L4 filter.

Signed-off-by: Tom Payne <tom@isovalent.com>
  • Loading branch information
twpayne authored and gandro committed Oct 6, 2020
1 parent edd0552 commit e22ee43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/gettingstarted/http.rst
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,13 @@ and
$ kubectl exec tiefighter -- curl -s -XPUT deathstar.default.svc.cluster.local/v1/exhaust-port
Access denied

As this rule builds on the identity-aware rule, traffic from pods without the label
``org=empire`` will continue to be dropped causing the connection to time out:

.. parsed-literal::
$ kubectl exec xwing -- curl -s -XPOST deathstar.default.svc.cluster.local/v1/request-landing
As you can see, with Cilium L7 security policies, we are able to permit
*tiefighter* to access only the required API resources on *deathstar*, thereby
implementing a "least privilege" security approach for communication between
Expand Down

0 comments on commit e22ee43

Please sign in to comment.