NirronCD
a2f2223d2b
doc: improved clarity and correctness of proxy behaviour ( #3305 )
...
* doc: adjust regarding description of behaviour
Signed-off-by: NirronCD <nirron@rietto.com>
* doc:changed style, added suggested
Signed-off-by: NirronCD <nirron@rietto.com>
* doc: minor fix to docusaurus metadata syntax
Signed-off-by: NirronCD <nirron@rietto.com>
* docs: improved clarity for how the proxy behaves in different scenarios
Signed-off-by: Jan Larwig <jan@larwig.com>
---------
Signed-off-by: NirronCD <nirron@rietto.com>
Signed-off-by: Jan Larwig <jan@larwig.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
2026-01-14 21:26:50 +01:00
Steffen Schneider
d436e19183
Fix broken traefik docs link
...
Old link:
https://doc.traefik.io/traefik/middlewares/forwardauth/
Replaced with:
https://doc.traefik.io/traefik/middlewares/http/forwardauth/
2024-09-15 09:19:54 +02:00
tuunit
ed51762065
fix footnote parsing error
2024-05-09 16:02:51 +02:00
Jan Larwig
6c2c115d30
docs: upgrade to docusaurus 3.1.0 ( #2388 )
...
* initial commit for docusaurus 3 upgrade
* fix mdx errors
* fix mdx issues
* fix routing issues
* update docs generation workflow
* fix version
* fix permissions
* move slack to header
* remove background color and minify
* Add suggestions
* add shell to code blocks
2024-01-26 12:07:01 +00:00
anotherthomas
738c09095b
documented default for errors-to-info-log ( #1990 )
2023-08-26 15:33:40 +01:00
Felix Stupp
723f6cc5d5
docs/conf/overview: Add hint about cookie prefixes to --cookie-name ( #1744 )
...
* docs/conf/overview: Add hint about cookie prefixes to --cookie-name
Cookie Prefixes further restricts the possibilities of session attacks because supporting clients will only accept cookies with one of the prefix if certain requirements were meet, see https://developer.mozilla.org/en-US/docs/Web/HTTP/Cookies#cookie_prefixes
* Backport cookie prefixes to older docs
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2022-08-31 22:08:02 +01:00
Simon Hollenbach
b999c41a5a
docs/7.1.x/configuration: Use 32 bytes to generate secret
2022-02-20 14:41:46 +01:00
Michael Hienle
590b7a612e
Fix broken link
2022-02-11 10:28:30 +01:00
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
Joel Speed
bdab6feb0c
Fix exclude-logging-path documentation
2021-10-18 18:36:56 +01:00
Robin Tweedie
381ac91752
Provide a link to the Helm chart for oauth2-proxy ( #1217 )
...
* Update installation.md
Provide a link to the Helm chart for oauth2-proxy
* also document in latest versioned docs
2021-06-09 15:03:51 +01:00
Frederic Pape
cfd82daaf0
Some typos ( #1222 )
...
* Some typos
* Also corrected the typo's in the src code
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
2021-06-02 19:41:30 +01:00
Nick Meves
2dd4a9647a
Update Changelog for release v7.1.3
2021-04-28 09:41:18 -07:00
Weinong Wang
f9de0e840c
add oidc issuer to Azure auth provider doc ( #1135 )
...
* add oidc issuer to Azure auth provider doc
* updated versioned doc
2021-04-27 18:59:02 +01:00
Joel Speed
fbe5743dd4
Update Changelog for release v7.1.2
2021-04-01 19:07:22 +01:00
Oliver
7ebeecb128
Fix metrics server ( #1141 )
...
* fix MetricsSecureAddress cfg tag
* add metrics* flags to docs
* update CHANGELOG
2021-04-01 13:58:13 +01:00
Joel Speed
46c3296330
Prepare for release v7.1.1
2021-03-28 19:25:46 +01:00
Joel Speed
f86e25aec2
Created versioned docs for v7.1.x
...
Created with: yarn run docusaurus docs:version 7.0.x
2021-03-25 17:21:08 +00:00