Skip to content

1.1.1 (2021-05-02)

Compare
Choose a tag to compare
@sleighzy sleighzy released this 01 May 12:13
· 27 commits to master since this release
f226900
  • Add init container to set file permissions to 600 on the /etc/traefik/certs files.

    If the file permissions are too open, e.g. 660 (-rw-rw----) then Traefik will skip
    the certificate resolver during startup and the default Traefik certificate will be
    returned for requests. This causes insecure/untrusted certificate errors in browsers
    and services. The permissions for the acme.json file need to be 600.

  • Add MIT LICENSE file to repository