I'm using Helm to install traefik as an Ingress controller. I have clustering/HA support with Consul as my KV provider. As part of the Helm chart, there is a storeconfig
job that runs traefik storeconfig
to upload the config file contents into the KV provider. However, I'm receiving 2019/07/10 19:39:22 Error running traefik: Unexpected response code: 403 (rpc error making call: Permission denied)
from that job (that's with debug output enabled). The Traefik containers that are serving as the ingress controller, however, are able to boot without an issue and talk to Consul.
How do I fix this?