Skip to content

Commit 4bb692d

Browse files
committed
feat(docs): Update HAProxy Advanced Variant documentation
Added note on HAProxy's responsibility to handle Git HTTP and bot traffic whitelisting. Signed-off-by: Simon Rozman <simon@rozman.si>
1 parent 3eab1d8 commit 4bb692d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/docs/admin/environments/haproxy.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ This simply enables SSL offloading, sets some useful and required headers and ro
4848

4949
Due to the fact that HAProxy can decode JWT, we are able to verify the Anubis token directly in HAProxy and route the traffic to the specific backends ourselves.
5050

51+
Mind that rule logic to allow Git HTTP and other legit bot traffic to bypass is delegated from Anubis to HAProxy then. If required, you should implement any whitelisting in HAProxy using `acl_anubis_ignore` yourself.
52+
5153
In this example are three applications behind one HAProxy frontend. Only App1 and App2 are secured via Anubis; App3 is open for everyone. The path `/excluded/path` can also be accessed by anyone.
5254

5355
```mermaid

0 commit comments

Comments
 (0)