Commit graph

798 commits

Author SHA1 Message Date
tomatokoolaid 470a4f6e5f
Update to improve info section relevance 2022-06-27 10:32:08 +02:00
mloiseleur 94141233f0
Add documentation to Traefik CRD properties
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-06-24 12:40:08 +02:00
Maxence Moutoussamy ff17ac53df
RedirectScheme redirects based on X-Forwarded-Proto header 2022-06-24 12:04:09 +02:00
miteshjadia 1b199730d2
docs: add missing info.serialNumber option to PassTLSClientCert middleware 2022-06-21 15:46:08 +02:00
Maxence Moutoussamy 23340c46e6
Add log when missing path in health check 2022-06-20 15:40:13 +02:00
Roman Tomjak ba7e9ed788
Add a note on how to handle server first protocols 2022-06-14 12:24:08 +02:00
Ludovic Fernandez 73306a1533
Hub documentation
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
Co-authored-by: Baptiste Mayelle <baptiste.mayelle@traefik.io>
2022-06-13 10:02:08 +02:00
tfny b3eb629785
Update the contributing docs for clarity and to encourage community activity 2022-06-10 19:06:10 +02:00
Tom Moulard 2a88b25712
Update gateway api link from v1alpha1 to v1alpha2 2022-06-10 15:12:08 +02:00
Ludovic Fernandez b952f814c1
docs: fix rule expression render 2022-06-10 09:24:08 +02:00
Ludovic Fernandez 6d6f8b28d7
Update go-acme/lego to v4.7.0 2022-06-02 13:00:08 +02:00
tfny 118d56fc40
Update the link for contributor swag 2022-06-02 09:36:08 +02:00
Tom Moulard fbf90e6981
Update Gateway API links 2022-06-01 10:42:08 +02:00
Robert Barbey 607faace07
Fix typo in stripPrefix middleware docs 2022-05-30 14:10:08 +02:00
mpl 685962545a
docs: fix traefik version s/2.6/2.7/ 2022-05-25 18:14:08 +02:00
romain 05f3e60366 Merge branch v2.6 into v2.7 2022-05-24 17:49:39 +02:00
karlosmunjos 6349e2e28c
Updated browserXssFilter key to camel case 2022-05-23 10:50:08 +02:00
Ludovic Fernandez d134a993d0
docs: fix default priority of the entrypoint redirection 2022-05-19 08:56:07 +02:00
Baptiste Mayelle 86cc6df374
feat: use dedicated entrypoint for the tunnels
Co-authored-by: Fernandez Ludovic <[ldez@users.noreply.github.com](mailto:ldez@users.noreply.github.com)>
2022-05-18 17:22:08 +02:00
Ikko Ashimine 0dac0c3a5b
Fix typo in maintainers guidelines 2022-05-13 09:44:08 +02:00
Tom Moulard 73ba7ed2d2
Merge branch v2.6 into v2.7 2022-04-21 10:59:46 +02:00
Romain 44621ad28c
Fix default for buffering middleware
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-04-19 15:32:08 +02:00
Ludovic Fernandez 7c4bf602f0
Add title and description metadata to documentation pages 2022-04-15 15:44:08 +02:00
kahirokunn 85b0a47fe8
docs: fix certificateRefs in dynamic configuration 2022-04-15 13:52:08 +02:00
Aleks Vujić 78822a8015
docs: add default mode for fields.names to access log 2022-04-15 12:48:08 +02:00
Major Hayden 55cef21fbe
Move accessLog.fields example to TOML section 2022-04-15 12:16:08 +02:00
Tom Moulard 2691ac1307
Add safe.directory to the build image 2022-04-15 11:56:08 +02:00
Ali Deishidi a51851247e
Preflight requests are not forwarded to services 2022-04-11 17:22:09 +02:00
Ludovic Fernandez 0e532a3634
Update dynamic and static configuration references 2022-04-06 11:06:08 +02:00
Jean-Baptiste Doumenjou c0b0f3f0f7
Fix hub tls documentation 2022-03-25 15:42:08 +01:00
Tom Moulard a4560fa20d
Prepare release v2.7.0-rc1 2022-03-24 20:54:08 +01:00
Jean-Baptiste Doumenjou fbdb6e6e78
Add Traefik Hub Integration (Experimental Feature) 2022-03-24 19:44:08 +01:00
romain 8d58f33a28 Merge v2.6 into master 2022-03-24 17:22:56 +01:00
Douglas De Toni Machado d2a2362be5
Add a Feature Deprecation page 2022-03-24 12:28:07 +01:00
Nikolay Stankov ba2d09f6fb
Update entrypoint.md to add consistent CLI syntax 2022-03-23 10:38:09 +01:00
Nick Reilingh 7243e65b51
Fix certificates resolver typo 2022-03-23 09:26:08 +01:00
Tom Moulard 3bf4a8fbe2
Merge current v2.6 into master 2022-03-22 15:55:44 +01:00
J.Winter 822b94c45d
Add default certificate definition example for Kubernetes 2022-03-22 09:56:07 +01:00
lczw 0a776c3fd5
Fix small typo in Redis provider documentation 2022-03-21 17:32:07 +01:00
Wingy db4c6111fd
Fix fenced code block typo in Buffering middleware page 2022-03-21 10:10:08 +01:00
Romain 2da7fa0397
Add HostSNIRegexp rule matcher for TCP 2022-03-18 16:04:08 +01:00
Tom Moulard 0d58e8d1ad
Add Traefik Hub access and remove Pilot access 2022-03-18 11:06:08 +01:00
Daniel Tomcej dad76e0478
Add muxer for TCP Routers 2022-03-17 18:02:08 +01:00
Tom Moulard 79aab5aab8
Add Failover service
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-03-17 12:02:09 +01:00
Douglas De Toni Machado b02c651961
Add a deprecation notices section 2022-03-17 10:28:09 +01:00
Nick Reilingh 0617a1b0e0
Fix routing overview examples 2022-03-16 15:00:08 +01:00
Nick Reilingh 06749e71f2
Clarify concepts documentation page 2022-03-15 15:38:08 +01:00
Tom Moulard 6622027c7c
Merge current v2.6 into master 2022-03-11 10:07:20 +01:00
mpl a1e766e180
doc: fix, docker uses Label(), not Tag() 2022-03-07 11:48:09 +01:00
Tom Moulard 63bb770b9c
Allow empty services in Kubernetes CRD 2022-03-07 11:08:07 +01:00