Commit graph

331 commits

Author SHA1 Message Date
Filip Kszczot a6c6127e33
spelling(docs/content/routing/providers/docker.md) 2020-07-28 01:02:03 +02:00
jb doumenjou 207d0bec78 Merge v2.2 into v2.3 2020-07-22 15:49:28 +02:00
Julien Salleyron 0b7aaa3643
Fix domain fronting
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2020-07-17 15:38:04 +02:00
Simon Heimberg 25b74ce1f3
Add example for entrypoint on one ip address 2020-07-16 12:38:03 +02:00
Ludovic Fernandez 8f2951b275
Prepare release v2.3.0-rc1 2020-07-15 20:50:03 +02:00
Alessandro Chitolina 285ded6e49
Add AWS ECS provider
* add ecs provider

* add ecs docs

* fix test after rebase

* add provider icon

* add missing addProvider call

* Fix for review

* Fix documentation

* Fix for review

* Fix documentation

* fix ctx usage

* autoDiscoverClusters setDefaults false

* Fix for review

* review: doc.

* Fix for review: add ctx in backoff retry

* review: linter.

Co-authored-by: Michael <michael.matur@gmail.com>
Co-authored-by: romain <romain@containo.us>
Co-authored-by: Fernandez Ludovic <ludovic@containo.us>
2020-07-15 16:28:04 +02:00
Romain 0e97a3becd
Revert domain fronting fix
* revert domain fronting changes

* reintroduce HostHeader rule

* add doc for removals
2020-07-13 17:58:03 +02:00
Romain 2b35397169
Disable domain fronting
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-07-08 12:18:03 +02:00
Romain 30e0778ed2
Fix sticky cookie ingress annotation doc 2020-07-01 12:58:05 +02:00
Rick Herrick 12e462f383
Update kubernetes-crd.md 2020-06-03 17:24: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
Ludovic Fernandez de42fc10b5
fix: cookie documentation. 2020-04-29 17:10:05 +02:00
bryfry 367e797d5f
fix KV service docs for http:url and tcp:address 2020-04-27 17:18:04 +02:00
Manuel Zapf 4fcf7bf2de
Add sentence about the resource namespace and middleware 2020-04-27 11:32:05 +02:00
Ludovic Fernandez f55a09862e
doc: improve CRD documentation. 2020-04-15 17:38:05 +02:00
Felix SOEDJEDE d0b21efd36
Added missing text a yaml file in Configuration 2020-04-15 17:26:05 +02:00
Michael 6c08d0b20b
Fix documentation 2020-04-07 18:38:04 +02:00
Michael 148400ae0a
Add note about health check in kubernetes 2020-04-07 17:16:03 +02:00
AJ Schmidt aa68cc2e63
Doc Fix for 2.2 Redirects 2020-03-28 13:02:04 +01:00
Fernandez Ludovic b54412e82e Merge branch v2.1 into v2.2 2020-03-24 14:18:39 +01:00
Ludovic Fernandez b0c7fad81b
doc: fix terminationDelay word case. 2020-03-23 11:48:04 +01:00
Ludovic Fernandez 0c28630948
Fix sameSite (Traefik v2) 2020-03-23 11:24:05 +01:00
Ludovic Fernandez 44221fba49
Fix entry point redirect behavior 2020-03-18 15:48:04 +01:00
Ludovic Fernandez 9012f2d6b1
fix: Ingress TLS support
Co-authored-by: Julien Salleyron <julien@containo.us>
2020-03-18 13:30:04 +01:00
Maxime Veber 668e6fd610
Fix wrong copy/pasted with service name warning 2020-03-18 00:32:04 +01:00
mpl 6e92c20edb
docs: clarify multi-levels stickiness 2020-03-17 12:34:04 +01:00
Ludovic Fernandez 5adf74e6ce
doc: Use neutral domains. 2020-03-13 22:50:05 +01:00
Ludovic Fernandez f19eebd3cc
doc: fix typo. 2020-03-12 09:48:04 +01:00
mpl 4408c634b0
Specify passthrough for TCP/TLS in its own section 2020-03-10 17:28:04 +01:00
robotte 3b85dc9618
Improve kubernetes external name service support
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-03-10 12:46:05 +01:00
robotte e511cfe2e4
Improve documentation for kubernetes ingress configuration
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-03-09 13:48:06 +01:00
Traefiker Bot 13ebd2c4e4
Update version references. 2020-03-05 21:46:04 +01:00
Dmytro Tananayskiy cf7f0f878a Support mirroring request body
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2020-03-05 18:30:07 +01:00
Traefiker Bot a6040c623b
Entry point redirection and default routers configuration
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2020-03-05 12:46:05 +01:00
Traefiker Bot 93a7af270f
Update the k8s CRD documentation 2020-03-05 11:48:04 +01:00
Fernandez Ludovic e9d0a16a3b Merge 'v2.1' into master 2020-02-29 00:59:18 +01:00
Robin Müller 18d90ecd96
Do not follow redirects for the health check URLs 2020-02-26 17:28:04 +01:00
Ludovic Fernandez 8c271cf40c
Update to go1.14 2020-02-26 15:30:06 +01:00
Jean-Baptiste Doumenjou 665aeb34b2
Add UDP support in kubernetesCRD provider
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2020-02-26 12:28:05 +01:00
Daniel Tomcej 3b4c8ba439
Use consistent protocol determination 2020-02-25 10:12:04 +01:00
Daniel Tomcej a474e196ea
Add TLSStores to Kubernetes CRD 2020-02-24 17:14:06 +01:00
Julien Salleyron bb4de11c51
Add UDP in providers with labels 2020-02-20 22:24:05 +01:00
mpl 115d42e0f0
UDP support
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2020-02-11 01:26:04 +01:00
Fernandez Ludovic 60e247862a Merge branch v2.1 into master 2020-01-21 18:41:46 +01:00
Ludovic Fernandez e378cb410c Update supported providers list. 2020-01-17 17:30:07 +01:00
Ludovic Fernandez 72e702a15a Support 'networking.k8s.io/v1beta1' ingress apiVersion 2020-01-16 10:14:06 +01:00
Ludovic Fernandez 6b7be462b8 Add Ingress annotations support
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-01-14 15:48:06 +01:00
Igor Scheller c132d71684 Fixed typo in k8s doc 2020-01-13 15:54:06 +01:00
tvrg 5eebd04d43 Fix typo in docker routing documentation 2020-01-09 16:34:05 +01:00
Fernandez Ludovic da3d814c8b Merge branch 'v2.1' into master 2020-01-07 19:13:48 +01:00
Jean-Baptiste Doumenjou d3977ce40e Improve documentation about Kubernetes IngressRoute 2020-01-07 11:26:05 +01:00
Tiago Boeing 0837ec9b70 Fix command for use websecure via CLI 2020-01-01 01:56:04 +01:00
Fernandez Ludovic 2d3fc613ec Merge branch 'v2.1' into master 2019-12-11 22:14:26 +01:00
Ludovic Fernandez aac3e2d4fb Several documentation fixes 2019-12-10 16:12:06 +01:00
Fernandez Ludovic 5c091a1871 Merge branch 'v2.0' into v2.1 2019-12-09 18:48:20 +01:00
Damien Duportal eef3ca0295 Improve documentation for ACME/Let's Encrypt 2019-12-09 18:08:04 +01:00
Jean-Baptiste Doumenjou 89db08eb93 Improve documentation on file provider limitations with file system notifications 2019-12-09 11:48:05 +01:00
Fernandez Ludovic 829649e905 Merge branch 'v2.1' into master 2019-12-03 10:43:25 +01:00
Fernandez Ludovic 89919dbe36 Merge branch 'v2.0' into v2.1 2019-12-02 18:20:29 +01:00
Ludovic Fernandez cf1ace3a73 fix: consul catalog constraints. 2019-11-29 17:16:05 +01:00
Ludovic Fernandez 9b9f4be6a4 Add KV store providers (dynamic configuration only)
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
2019-11-28 21:56:04 +01:00
Руслан Корнев b2c59be8de Update router entrypoint example 2019-11-27 20:08:03 +01:00
Damien Duportal 2685e06528 Add Swarm section to the Docker Provider Documentation 2019-11-27 17:12:04 +01:00
Ludovic Fernandez e5104021b1 doc: remove double quotes on CLI flags. 2019-11-19 10:18:05 +01:00
Fernandez Ludovic ca9eaf383a Merge branch 'v2.0' into master 2019-11-15 13:34:41 +01:00
Ludovic Fernandez e28d9426b9 doc: fix wrong acme information 2019-11-15 10:08:05 +01:00
Blake Buthod 424b97994e Fixed spelling error 2019-11-15 00:42:04 +01:00
mpl f30a52c2dc Support for all services kinds (and sticky) in CRD
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2019-11-14 19:28:04 +01:00
yacinelazaar 587d3f9012 Wrong endpoint on the TLS secret example 2019-11-12 17:02:05 +01:00
Janne Johansson 97873ddb5d slashes ended up in bad place. 2019-11-08 14:28:05 +01:00
Fernandez Ludovic d66dd01438 Merge branch 'v2.0' into master 2019-10-29 09:52:45 +01:00
ASDFGamer 6d3bad1ae0 Fix error in link description for priority 2019-10-28 23:20:03 +01:00
Damien Duportal 531c581cd5 Fix a typo in routing documentation for Docker 2019-10-28 17:42:05 +01:00
Robert Baker f790b9aa54 Add example for changing the port used by traefik to connect to a service 2019-10-28 15:50:06 +01:00
Ludovic Fernandez 743d772a80 doc: @ is not authorized in names definition. 2019-10-28 11:04:05 +01:00
Ludovic Fernandez 355fe6195e Add documentation about backtick for rule definition. 2019-10-25 17:16:05 +02:00
Andrew Privalov 7be2db6e86 Add Consul Catalog provider 2019-10-15 17:34:08 +02:00
Ludovic Fernandez e7b7ae94b0 fix: add filename in the file provider logs. 2019-10-11 17:20:05 +02:00
Constantin Stan c87a37f804 Improve ciphersuite examples 2019-10-08 14:38:04 +02:00
Julian Maestri c83d7916c9 fix: typo in healthCheck examples 2019-10-07 10:14:04 +02:00
Julian Maestri 0865962f8d fix: remove extra backtick from routers docs 2019-10-07 09:58:03 +02:00
Sandro 9691085bc2 Fix yaml domains example 2019-10-07 09:48:04 +02:00
Jean-Baptiste Doumenjou 6f63e24dbb Add a response forwarding section to the service documentation 2019-10-01 13:26:04 +02:00
mpl 86261f2b0a document serversTransport 2019-09-30 17:16:05 +02:00
Jean-Baptiste Doumenjou 211fa18ac2 Add the pass host header section to the services documentation 2019-09-30 11:26:06 +02:00
Grégoire Pineau 788024685f Fixed typo in routing/providers/docker documentation 2019-09-27 13:08:03 +02:00
Jean-Baptiste Doumenjou dce9278193 Add the router priority documentation 2019-09-26 15:16:05 +02:00
mpl c6e783e7c3 clarify automatic service creation/assignment with labels 2019-09-26 12:48:05 +02:00
mpl 25deecd405 add indent to fix notes 2019-09-23 18:58:03 +02:00
Michael 17480abe85 YAML I love you 2019-09-23 17:00:06 +02:00
Ludovic Fernandez bfde17b4d7 Improve routing documentation 2019-09-23 14:32:04 +02:00
Julien Salleyron 685c6dc00c Add weighted round robin load balancer on TCP
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2019-09-13 20:00:06 +02:00
Julien Salleyron b55be9fdea On client CloseWrite, do CloseWrite instead of Close for backend
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2019-09-13 17:46:04 +02:00
Denis Zavershinskiy 7fa3537015 fix a service with one server .yaml example 2019-09-13 11:30:05 +02:00
Ludovic Fernandez 7357d5eae2 fix: services configuration documentation. 2019-09-12 10:18:04 +02:00
Ludovic Fernandez 232c113dae Misc documentation fixes 2019-09-09 10:36:08 +02:00
mpl 6712423dd1 misc documentation fixes 2019-09-05 10:48:04 +02:00
Jean-Baptiste Doumenjou 261e7c1744 Fix some documentation issues 2019-09-03 18:02:05 +02:00
Julien Salleyron 602a2ea541 Adds mirroring service 2019-08-26 10:00:04 -07:00
Fedorenko Dmitrij e1831c4c60 Add support proxyprotocol v2 2019-08-26 05:40:04 -07:00
Julien Salleyron 6fed76a687 WeightedRoundRobin load balancer
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2019-08-26 01:30:05 -07:00
Edouard Vincent 2b5c7f9e91 [Docs] YAML indent for domains under TLS section 2019-08-05 08:22:04 -07:00
Ludovic Fernandez 75c99a0491 doc: improve examples. 2019-07-22 09:58:04 +02:00
Daniel Tomcej 8b4ba3cb67 Fix malformed rule 2019-07-22 09:24:04 +02:00
Ludovic Fernandez f75f73f3d2 Certificate resolvers.
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
2019-07-19 11:52:04 +02:00
Ludovic Fernandez 093658836e Restrict traefik.toml to static configuration. 2019-07-15 10:22:03 +02:00
mpl 39aae4167e TLSOptions: handle conflict: same host name, different TLS options
Co-authored-by: Julien Salleyron <julien.salleyron@gmail.com>
2019-07-03 19:22:05 +02:00
Ludovic Fernandez 9db9143366 Improve providers documentation. 2019-07-02 17:36:04 +02:00
Ludovic Fernandez c7d336f958 Use the same case everywhere 2019-07-01 11:30:05 +02:00
Ludovic Fernandez 4245096be4 Define a TLS section to group TLS, TLSOptions, and TLSStores.
Co-authored-by: Jean-Baptiste Doumenjou <jb.doumenjou@gmail.com>
2019-06-27 23:58:03 +02:00
Ludovic Fernandez e69d4cba88 Support YAML for the dynamic configuration. 2019-06-26 18:18:04 +02:00
Ludovic Fernandez 69a1817c3f Improve some parts of the documentation. 2019-06-21 10:54:04 +02:00
mpl 4012599264 docs: rewrite of the HTTPS and TLS section
Co-authored-by: Ludovic Fernandez <ldez@users.noreply.github.com>
2019-06-19 19:00:06 +02:00
Jean-Baptiste Doumenjou 85ce16b34f Define TLS options on the Router configuration
Co-authored-by: juliens <julien@containo.us>
2019-06-17 18:14:08 +02:00
Ludovic Fernandez 8d7eccad5d New static configuration loading system.
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2019-06-17 11:48:05 +02:00
Amir Keibi d18edd6f77 HttpOnly and Secure flags on the affinity cookie 2019-06-13 00:42:06 +02:00
Julien Salleyron 518a37e776 rework loadbalancer support 2019-06-05 22:18:06 +02:00
Michael 97ec764db7 Fix typos in documentation 2019-05-17 13:32:05 +02:00
Ludovic Fernandez 681892148e fix: typo in routing example. 2019-05-06 18:28:04 +02:00
Michael Irwin 558452a143 Fixed spelling typo 2019-05-06 17:44:04 +02:00
Ludovic Fernandez 8389b46b5c Use the same case every where for entryPoints. 2019-04-15 11:14:05 +02:00
Jean-Baptiste Doumenjou 4919b638f9 Improve the Documentation with a Reference Section 2019-04-05 11:32:04 +02:00
Jean-Baptiste Doumenjou fd26cf265d Fix some minors errors on the documentation 2019-03-26 16:32:06 +01:00
Mehran Kholdi d70add10ab Fix typos in docs 2019-03-25 16:54:03 +01:00
Erin 119d0134e0 Documentation Updates: docker-compose examples 2019-03-22 15:22:08 +01:00
Bruno Binet cfaf47c8a2 Use rule HostSNI in documentation 2019-03-14 12:16:03 +01:00
Julien Salleyron 4a68d29ce2 Add a new protocol
Co-authored-by: Gérald Croës <gerald@containo.us>
2019-03-14 09:30:04 +01:00
Julien Salleyron 0ca2149408 Synchronize documentation 2019-03-13 16:40:05 +01:00
SALLEYRON Julien 0cfaab02c0 k8s integration tests 2019-03-11 14:54:05 +01:00
Gérald Croës ac6b11037d Documentation Revamp
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2019-02-26 14:50:07 +01:00