kevinpollet
b7b4dd9554
Merge branch v2.11 into v3.2
2024-11-12 16:24:22 +01:00
Ludovic Fernandez
f437fb4230
chore: update linter
2024-11-12 10:56:06 +01:00
romain
85f4fd0979
Merge current v2.11 into v3.1
2024-08-28 16:35:55 +02:00
Michel Loiseleur
e56ae1a766
Update to go1.23
2024-08-28 15:00:06 +02:00
kevinpollet
8d016f5e16
Merge branch v2.11 into v3.0
2024-07-02 14:43:56 +02:00
Michael
f3479f532b
Fix ECS config for OIDC + IRSA
2024-07-01 16:50:04 +02:00
kevinpollet
c1d9b9ee1f
Merge branch v2.11 into v3.0
2024-04-10 15:48:10 +02:00
Maxine Aubrey
4e11bf3c38
Adjust ECS network interface detection logic
2024-04-10 10:42:04 +02:00
Fernandez Ludovic
9f145dbc28
Merge branch v2.11 into v3.0
2024-04-03 17:54:11 +02:00
Ludovic Fernandez
141abce2d5
chore: update linter
2024-03-20 10:26:03 +01:00
mmatur
05be441027
Merge current v2.11 into v3.0
2024-03-12 12:08:03 +01:00
Kevin Pollet
153765f99f
Allow to configure TLSStore default generated certificate with labels
2024-02-26 10:02:06 +01:00
Ludovic Fernandez
88a2020817
chore: update linter
2024-02-19 15:44:03 +01:00
romain
e29a142f6a
Merge v2.10 into v3.0
2023-11-29 14:39:01 +01:00
Romain
186e3e1541
Refuse recursive requests
...
Co-authored-by: Michael <michael.matur@gmail.com>
2023-11-21 15:08:06 +01:00
romain
241fb5093a
Merge current v2.9 into v3.0
2023-02-15 11:29:28 +01:00
Ludovic Fernandez
044dc6a221
fix: go module
2023-02-03 15:24:05 +01:00
Romain
b995a11d63
Prevent panicking when a container has no network interfaces
...
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2023-01-11 15:14:05 +01:00
Simon Delicata
3eeea2bb2b
Add TCP Servers Transports support
...
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2022-12-09 09:58:05 +01:00
Ludovic Fernandez
c57876c116
Improve provider logs
2022-11-30 09:50:05 +01:00
Ludovic Fernandez
56f7515ecd
New logger for the Traefik logs
2022-11-21 18:36:05 +01:00
Julien Salleyron
fadee5e87b
Rework servers load-balancer to use the WRR
...
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2022-11-16 11:38:07 +01:00
Wambugu
1b9873cae9
Renaming IPWhiteList to IPAllowList
2022-10-26 17:16:05 +02:00
kevinpollet
a5c520664a
Merge branch v2.9 into master
2022-10-06 16:40:09 +02:00
Fernandez Ludovic
c4cc30ccc6
Merge branch v2.8 into v2.9
2022-09-23 09:07:13 +02:00
Ludovic Fernandez
7ac687a0a9
providers: simplify AddServer algorithms
2022-09-21 14:54:08 +02:00
Michael Hampton
df99a9fb57
Add option to keep only healthy ECS tasks
2022-09-20 15:42:08 +02:00
José Gaspar
b351266b2d
Add support for ECS Anywhere
2022-09-14 16:22:08 +02:00
John Preston
6c2eb6eef3
Filter out ECS anywhere instance IDs
2022-04-28 14:24:08 +02:00
Romain
b22945e185
Remove duplicate error logs
2022-04-05 15:54:07 +02:00
Josh Soref
819de02101
Spelling
2022-02-21 12:40:09 +01:00
Ali
a4b354b33f
Redact credentials before logging
...
Co-authored-by: Tom Moulard <tom.moulard@traefik.io>
Co-authored-by: Mathieu Lonjaret <mathieu.lonjaret@gmail.com>
2022-01-24 11:08:05 +01:00
Mohammad Gufran
7e43e5615e
Add Support for Consul Connect
...
Co-authored-by: Florian Apolloner <apollo13@users.noreply.github.com>
2021-07-15 14:02:11 +02:00
Romain
fc9f41b955
Add TCP Middlewares support
2021-06-11 15:30:05 +02:00
Harold Ozouf
4f43c9ebb4
Fix missing allow-empty tag on ECS and Consul Catalog providers
...
Co-authored-by: Kevin Pollet <pollet.kevin@gmail.com>
2020-11-19 00:12:03 +01:00
Alessandro Chitolina
920e82f11a
fix: translate configured server port into correct mapped host port
2020-11-09 17:12:05 +01: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
Ludovic Fernandez
b67a7215f6
chore: update linter.
2020-08-21 11:12:04 +02:00
Kevin Pollet
5b05c990b0
Improve region resolution for ECS provider
...
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
2020-08-05 11:52: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