paerser icon indicating copy to clipboard operation
paerser copied to clipboard

Loads configuration from many sources

Results 4 paerser issues
Sort by recently updated
recently updated
newest added

This PR handles field any as RawValue. it means that if you have for example something like ``` "foo.bar.baz"="fuu" "foo.bar.huu"="hii" ``` and you try to handle it with a struct...

kind/enhancement
status/2-needs-review

Hi, It's not a big issue but I think CLI args and YAML/TOML parsers should be consistent. We can't assign, for instance, the same `entryPoint` name using CLI, YAML or...

I think this is the same issue as https://github.com/traefik/traefik/issues/8772, which was unfortunately closed without resolution. The following traefik dynamic configuration object: ```yaml http: // -- snip -- middlewares: testPluginMiddleware: plugin:...

kind/bug/confirmed

Would be nice to be able to use environment variables in the traefik.yml via [expansion](https://mtyurt.net/post/go-using-environment-variables-in-configuration-files.html) as combining the different configuration options is not possible (e.g. override file config with command...

kind/question