Skip to content

Commit

Permalink
feat: add optional authkey for each service
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidapaulopt committed Nov 8, 2024
1 parent 9f5fbde commit 71a8661
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/content/docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,27 @@ labels:
tsdproxy.funnel: "true"
```

### tsdproxy.authkey

Enable TSDProxy authentication with a different Authkey.
This give the possibility to add tags on your containers if were defined when
created the Authkey.

```yaml
labels:
tsdproxy.enable: "true"
tsdproxy.authkey: "YOUR_AUTHKEY_HERE"
```

### tsdproxy.authkeyfile

Authkeyfile is the path to your Authkey. This is useful if you want to use
docker secrets.

```yaml
labels:
tsdproxy.enable: "true"
tsdproxy.authkey: "/run/secrets/authkey"

This comment has been minimized.

Copy link
@noahkiss

noahkiss Nov 8, 2024

I believe this should be tsdproxy.authkeyfile

This comment has been minimized.

Copy link
@noahkiss
```

{{% /steps %}}

0 comments on commit 71a8661

Please sign in to comment.