Commit graph

3722 commits

Author SHA1 Message Date
Ludovic Fernandez 3350b56057
Update go-acme/lego to v3.8.0 2020-07-02 13:56:03 +02:00
Kevin Pollet 4d71f682b3
Fix race condition issues with provided dynamic configuration
* tests: add tests to show race condition on provider config

* fix: store a deep copy of previous provider config

* fix: send a deep copy of provdier config to watcher listener
2020-07-02 11:18:04 +02:00
Bartek Bułat 607cda779d
Add missing accessControlAllowOrigin list to middleware view
Headers middleware doesn't support `accessControlAllowOrigin` option
anymore, it should print a list of values from
`accessControlAllowOriginList`.
2020-07-02 10:56:03 +02:00
Yongxin Wang b61de07ca0
Remove checkStringQuoteValidity in loadIngressRouteConf
* remove checkStringQuoteValidity in loadIngressRouteConf

* remove checkStringQuoteValidity and related tests in crd

* remove checkStringQuoteValidity from ingress and related tests

Co-authored-by: traefiker <30906710+traefiker@users.noreply.github.com>
2020-07-02 10:34:04 +02:00
David Badura 295ed76a1a
fix certResolver typo 2020-07-01 14:42:04 +02:00
Léopold Jacquot 7669f41e8e
Add custom ping http code when Traefik is terminating 2020-07-01 14:40:04 +02:00
Roger D. Winans 8da051789f
Fix statement about lego _FILE env var 2020-07-01 13:16:04 +02:00
Romain 30e0778ed2
Fix sticky cookie ingress annotation doc 2020-07-01 12:58:05 +02:00
Vitaliy Potapov 7b1a256546
Update basicauth.md 2020-07-01 12:28:04 +02:00
Michi Gysel cc4879fb76
Fix log field names in documentation 2020-07-01 12:14:04 +02:00
Neil McAllister 7c54a45950
Minor fix to Go templating documentation 2020-07-01 12:00:03 +02:00
Daniel Tomcej 73513f8371
Allow multiple secure middlewares to operate independently 2020-07-01 10:42:04 +02:00
Emile Vauge dabf69abc7
Add rtribotte to maintainers 2020-06-18 17:50:04 +02:00
Romain 8d3d5c068c
Provide username in log data on auth failure 2020-06-18 16:02:04 +02:00
Ludovic Fernandez cb1d0441e9
feat: use parser to load dynamic config from file. 2020-06-17 16:48:04 +02:00
Romain 8d827f98da
Fix Headers middleware documentation, usage of proper bool 2020-06-17 10:22:03 +02:00
Romain e5e46bf4ed
Fix ipv6 handling in redirect middleware 2020-06-17 01:10:04 +02:00
mpl 9f32292473
internal handlers: support for response modifiers
Co-authored-by: Julien Salleyron <julien@containo.us>
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
2020-06-15 12:20:05 +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
Jan Christian Grünhage b0f7b71453
refactor X-Forwarded-Proto 2020-06-10 14:32:03 +02:00
Jean-Baptiste Doumenjou c0c540dc09
fix a broken link on Docker plugins documentation 2020-06-10 12:22:04 +02:00
František Hána 7694ff1761
Fix v1-> v2 migration: unify domain name in documentation example 2020-06-09 12:18:04 +02:00
cbachert 0d902671e5
Avoid overwriting already received UDP messages 2020-06-08 18:12:04 +02:00
Romain fb90a7889a
Fix doc url for Aurora DNS provider 2020-06-08 13:30:03 +02:00
Douglas De Toni Machado 48c73d6a34
Fix mem leak on UDP connections 2020-06-04 11:04:04 +02:00
Rick Herrick 12e462f383
Update kubernetes-crd.md 2020-06-03 17:24:04 +02:00
Ludovic Fernandez b7fe55b6be
fix: dead link. 2020-06-03 16:22:04 +02:00
Bo Jeanes a1270d6cc7
Use specified network for "container" network mode 2020-05-28 19:58:04 +02:00
Sergio Maria Matone f874c389bd
fixing typo in Provider KubernetesIngress at Routing documentation 2020-05-27 17:48:04 +02:00
Ondřej Bárta 8c5846c478
Fix healthcheck.interval in docs 2020-05-26 21:54:03 +02:00
Brad Jones dce807a329
Use "headers" instead of "header" in access log docs 2020-05-26 16:56:04 +02:00
Michael 7928e6d0cd
Merge branch 'v2.2' into master 2020-05-18 18:37:11 +02:00
Volker a98b726263
Fixes config samples regarding forceSlash option 2020-05-18 17:42:04 +02:00
Christian 42ec4e4e98
Fixed incorrect logging parameter in documentation 2020-05-18 17:20:04 +02:00
Julio Castillo 635e3fb9a8
Fix acme.md typo 2020-05-18 17:10:04 +02:00
Daniel Tomcej 5f0b6fde92
Upgrade Client-go to 0.18.2 2020-05-14 18:36:06 +02:00
Lukas Pfannschmidt 04257afab7
Remove redundant paragraph in Kubernetes ingress documentation 2020-05-14 18:22:04 +02:00
mpl b673969a0f
Makefile: be consistent with host.docker.internal on all platforms 2020-05-14 18:00:08 +02:00
Daniel Tomcej c52c40f061
Improve redirectScheme documentation 2020-05-14 17:30:06 +02:00
Michael abdb5cc6cb
Update Copyright 2020-05-12 19:04:04 +02:00
Ludovic Fernandez 4a6817c64b
Update go-acme/lego to v3.7.0 2020-05-11 19:54:04 +02:00
Ludovic Fernandez 328611c619
Update linter 2020-05-11 12:06:07 +02:00
João Neto f12c27aa7c
Improve acme CLI options in Let's Encrypt documentation 2020-05-04 23:36:03 +02:00
Julien Salleyron e22c62baba
Fix wss in x-forwarded-proto 2020-04-30 18:00:04 +02:00
Fernandez Ludovic 6b1158235e Merge branch 'v2.2' into master 2020-04-30 09:28:37 +02:00
Ludovic Fernandez efcaf64a43
Prepare release v2.2.1 2020-04-29 19:46:04 +02:00
Manuel Zapf f120301bc8
Disable distribution of the WebUI as PWA 2020-04-29 19:04:04 +02:00
mpl 4da63c9237
ratelimit: do not default to ipstrategy too early 2020-04-29 18:32:05 +02:00
Michael 97294df84f
Update the documentation for helm chart 2020-04-29 17:32:05 +02:00
Ludovic Fernandez de42fc10b5
fix: cookie documentation. 2020-04-29 17:10:05 +02:00