oauth2-proxy/docs/versioned_docs/version-7.1.x
Jack Henschel 0693856bc3
Explicitly state precedence of config sources in docs (#1439)
I was recently looking into the order in which oauth2-proxy evaluates it configuration options from the various sources.
I think this will also be helpful for other users.
Since oauth2-proxy is using viper, the order of configuration sources is as follows [1]:
> Viper uses the following precedence order. Each item takes precedence over the item below it:
>
>    explicit call to Set
>    flag
>    env
>    config
>    key/value store
>    default

[1] https://github.com/spf13/viper/blob/master/README.md#why-viper

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2021-11-15 09:24:04 +00:00
..
community Created versioned docs for v7.1.x 2021-03-25 17:21:08 +00:00
configuration Explicitly state precedence of config sources in docs (#1439) 2021-11-15 09:24:04 +00:00
features Created versioned docs for v7.1.x 2021-03-25 17:21:08 +00:00
behaviour.md Created versioned docs for v7.1.x 2021-03-25 17:21:08 +00:00
installation.md Provide a link to the Helm chart for oauth2-proxy (#1217) 2021-06-09 15:03:51 +01:00