level=error msg="token, org or bucket property is missing" metricsProviderName=influxdb2
How can I fix this? I don't want to add the actual token to the static config file. I would like to be able to specify that in the env file so that it is set when the container is created and loaded.
Hi all
Just reading "Traefik Configuration Documentation - Traefik"
specifically the part about static configuration
It says that the options are mutually exclusive (i.e. you can use only one at the same time)
Does this mean that because the static file contains:
metrics:
influxDB2:
address: http://influxdb:8086
That the rest of the options will not be taken from the env variables?
I'm a little confused because this looks like a bug to me. I can understand why it would ignore the values in the env variable IF the static file already contains a value for "Token" for example but not if the option is not there!
I’m also having this issue - I’d like to track my configs via git but am unable to safely do so since I seem forced to have this secret hardcoded in my config.yml file