Commit graph

138 commits

Author SHA1 Message Date
Kevin Pollet f69982aa9d
docs: uniformize client TLS config documentation 2021-12-02 15:42:06 +01:00
Kevin Pollet b39d226fb8
fix: use host's root CA set if ClientTLS ca is not defined
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
2021-11-03 17:38:07 +01:00
Pedro López Mareque c0ba4d177f
fix: sourceCriterion documentation for InFlightReq and RateLimit middlewares 2021-10-19 14:40:06 +02:00
Jack Morgan 5d716f0149
Mention escaping escape characters in YAML for regex usage 2021-10-06 11:36:11 +02:00
Kevin Pollet 46c1600ada
fix: forward request Host to errors middleware service
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2021-09-27 17:40:13 +02:00
Aaron Raff 8e7881094f
docs: add default proxy headers 2021-09-16 11:18:12 +02:00
Ricardo Tribaldos c011bdfdd8
docs: fix error in example (YAML) for TCP middleware whitelist 2021-09-06 09:30:09 +02:00
euidong fcfc976b13
Adds ContentType to middleware's overview table 2021-08-19 15:00:11 +02:00
romain fc69f882c5 Merge current v2.4 into master 2021-06-28 10:07:17 +02:00
Wei Lun 55845c95bb
docs: fix invalid subdomain 2021-06-24 11:28:05 +02:00
romain ce2e02b690 Merge current v2.4 into master 2021-06-22 14:44:56 +02:00
Wei Lun dca348359b
add permissionsPolicy and deprecate featurePolicy 2021-06-21 15:16:13 +02:00
Tom Moulard c9df233d24
Changing default file format for the snippets from TOML to YAML 2021-06-19 00:08:08 +02:00
Rio Kierkels 0a3e40332a
Improve CA certificate loading from kubernetes secret 2021-06-14 18:06:10 +02:00
Romain fc9f41b955
Add TCP Middlewares support 2021-06-11 15:30:05 +02:00
Moritz E. Beber 521fed1fea
Elaborate on possible use of status codes with the errors middleware 2021-06-08 19:02:05 +02:00
mpl 2560626419
doc: clarify usage for ratelimit's excludedIPs 2021-06-07 17:46:14 +02:00
Tom Moulard 5632ee6378
Deprecates ssl redirect headers middleware options 2021-05-28 08:50:09 +02:00
Sandro d6d639d4d7
docs: add examples for removing headers 2021-05-17 18:07:25 +02:00
Tom Moulard 0624cefc10
Merge branch 'master' into mrg-current-v2.4 2021-04-29 14:24:07 +02:00
Marc Vertes ea8ba87aeb
doc: fix a syntax error in ratelimit TOML configuration sample 2021-04-27 20:26:04 +02:00
Jean-Baptiste Doumenjou cb4fb973b2 Merge current branch v2.4 into master 2021-03-31 09:43:04 +02:00
Fabian 06fc2c505f
Doc: improve basic auth middleware httpasswd example 2021-03-22 15:26:03 +01:00
Deepyaman Datta 6fcea91d1f
Add missing traefik. prefix across sample config 2021-03-19 09:12:04 +01:00
Corey McGalliard e5983d96f7
updating docs to remove a no longer needed note 2021-03-15 10:46:03 +01:00
Jean-Baptiste Doumenjou 992d4c1b94
Upgrade the CRD version from apiextensions.k8s.io/v1beta1 to apiextensions.k8s.io/v1
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
2021-03-03 15:32:04 +01:00
Jean-Baptiste Doumenjou 951d61bfcd
Apply content type exclusion on response
Co-authored-by: kevinpollet <pollet.kevin@gmail.com>
2021-02-12 12:12:03 +01:00
Brendan Le Glaunec 502c88ee3f
Middleware documentation fixes 2021-02-11 14:34:04 +01:00
Robin van Boven da1c9f48b7
docs: rephrase forwardauth.authRequestHeaders 2020-12-22 15:36:03 +01:00
romain 31038e0e12 Merge branch v2.3 into master 2020-12-16 15:22:34 +01:00
Icelyn Jennings ac8e47579b
Add missing quotes in errorpages k8s example yaml 2020-12-16 15:20:04 +01:00
kevinpollet 2112de6f15
Merge branch v2.3 into master 2020-11-20 11:30:07 +01:00
Alexander Wellbrock 459200dd01
Forwardauth headers 2020-11-10 17:50:04 +01:00
Daniel Adams 74d1d55051
Feature: Exponential Backoff in Retry Middleware 2020-11-05 16:14:04 +01:00
iamolegga 49cdb67ddc
Middlewares: add forwardAuth.authResponseHeadersRegex 2020-10-29 15:10:04 +01:00
Luca Guidi b5198e63c4
Allow to use regular expressions for AccessControlAllowOriginList 2020-10-29 10:52:03 +01:00
Jean-Baptiste Doumenjou 4fccde84bd Merge current v2.3 branch into master 2020-10-23 14:29:22 +02:00
Andrew Savinykh b1ba42410b
Moving Provider Namespace documentation topic to Configuration Discovery section 2020-10-15 14:54:04 +02:00
Nikita Konev 326be29568
Filter ForwardAuth request headers 2020-10-07 16:36:04 +02:00
Jean-Baptiste Doumenjou c0f1e74bed
chore: move to Traefik organization.
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2020-09-16 15:46:04 +02:00
romain 4592626bbb Merge branch v2.2 into v2.3 2020-09-15 10:57:20 +02:00
Freddy Grieshaber 0f7c322623
Improve documentation for usage of Kubernetes Ingress 2020-09-15 09:46:04 +02:00
Toni Peric 56329e89bb
Change wording 2020-09-08 17:52:03 +02:00
Thomas Steinbach ddf53494f0
fixed typo in buffering.md docs 2020-09-08 10:32:03 +02:00
jb doumenjou 73ca7ad0c1 Merge remote-tracking branch 'upstream/v2.2' into mrg-current-v2.2 2020-07-10 11:23:49 +02:00
Vitaliy Potapov 7b1a256546
Update basicauth.md 2020-07-01 12:28:04 +02:00
Romain 8d827f98da
Fix Headers middleware documentation, usage of proper bool 2020-06-17 10:22:03 +02:00
jb doumenjou 7affeae480 Merge remote-tracking branch 'upstream/v2.2' into mrg-current-v2.2 2020-06-15 11:22:51 +02:00
Ludovic Fernandez b7fe55b6be
fix: dead link. 2020-06-03 16:22:04 +02:00
Michael 7928e6d0cd
Merge branch 'v2.2' into master 2020-05-18 18:37:11 +02:00