Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 25 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,28 @@ To handle intentions, HAProxy Connect, sets up a SPOE filter on the application
## How to use

```
haproxy-connect \
-sidecar-for <your-service-id> \
\
-enable-intentions # wether or not to enbale intentions \

-haproxy-cfg-base-path <path> # base path to store haproxy config in, \
# will generate a unique directory per run under this, \
# defaults to /tmp \


-haproxy <haproxy binary path> # no required if in your path \
-dataplane <dataplane-api binary path> # no required if in your path \
```
./haproxy-consul-connect --help
Usage of ./haproxy-consul-connect:
-dataplane string
Dataplane binary path (default "dataplane-api")
-enable-intentions
Enable Connect intentions
-haproxy string
Haproxy binary path (default "haproxy")
-haproxy-cfg-base-path string
Haproxy binary path (default "/tmp")
-http-addr string
Consul agent address (default "127.0.0.1:8500")
-log-level string
Log level (default "INFO")
-sidecar-for string
The consul service id to proxy
-sidecar-for-tag string
The consul service id to proxy
-stats-addr string
Listen addr for stats server
-stats-service-register
Register a consul service for connect stats
-token string
Consul ACL token./haproxy-consul-connect --help
```