Skip to content

Commit

Permalink
docs(traefik): add note regarding dns challenge provider token injection
Browse files Browse the repository at this point in the history
  • Loading branch information
karras committed Nov 25, 2023
1 parent da4a1f0 commit abfe56a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/traefik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Manages and deploys Traefik.

**Note:** When configuring Let's Encrypt based on the DNS challenge, it's
recommended to store the appropriate access token for the DNS provider in a
separate file. The file path (e.g. `/etc/traefik/token`) can then be injected
via the systemd service file for Traefik (see the role variables). This way the
token is not exposed directly in any environment variables. See also [Traefik -
DNS Challenge Providers](https://doc.traefik.io/traefik/https/acme/#providers).

# Example:

## Example Playbook

As this role is tested via Molecule one can use [that
Expand Down

0 comments on commit abfe56a

Please sign in to comment.