You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When used in a sandboxed environment, the lack of permission on a configuration file leads to an error.
My use-case is Traefik running as a sandboxed systemd service, using Lego for Lets Encrypt TLS certificates generation.
When using the OVH provider, which uses this module, I have an error regarding permission on /home/traefik/.ovh.conf:
cannot get ACME client ovh: cannot load configuration: open /home/traefik/.ovh.conf: permission denied
The home directory is not accessible (ProtectHome=true), thus the loadConfig method produce an error, even using the ini.LooseLoad method.
When used in a sandboxed environment, the lack of permission on a configuration file leads to an error.
My use-case is Traefik running as a sandboxed systemd service, using Lego for Lets Encrypt TLS certificates generation.
When using the OVH provider, which uses this module, I have an error regarding permission on
/home/traefik/.ovh.conf
:The home directory is not accessible (ProtectHome=true), thus the
loadConfig
method produce an error, even using theini.LooseLoad
method.This behaviour seems to have been introduced in this commit: 39b6ccfa1451f02114c45cd6abce2d0879a4da4f
The text was updated successfully, but these errors were encountered: