Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
docs: add docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
BojanZelic committed Jan 28, 2021
1 parent 9c6d6c1 commit a0b00c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ backend my_jwt_validated_app
server haproxy 127.0.0.1:8080
```

# Docker

```
docker run \
-v path_to/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg \
kudelskisecurity/haproxy-cloudflare-jwt-validator:0.2.0
```

# Blogpost

This work has been publish in [our Kudelskisecurity Research blog](https://research.kudelskisecurity.com/2020/08/04/first-steps-towards-a-zero-trust-architecture/)

0 comments on commit a0b00c3

Please sign in to comment.