Douglas De Toni Machado
Douglas De Toni Machado
### Proposal Related to: - https://github.com/traefik/traefik/issues/5036 - https://github.com/traefik/traefik/issues/5030 From time to time there are requests to allow the evaluation of runtime data, usually coming from the dynamic config, to be...
### What does this PR do? Change the default TLS Options for more security while maintaining compatibility with most clients ### Motivation https://github.com/golang/go/issues/45428 Fixes #6756 Go will remove support for...
### What did you expect to see? This feature proposal should unify other isolated requests on specific providers like HTTP, Docker and Consul. The goal is to add support for...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...
### What does this PR do? Tweak the default values to avoid downtime while updating or restarting the deployment. ### Motivation Currently if an user just installs using the default...
### The following program `sample.go` triggers an unexpected result ```go package main import ( "golang.org/x/text/encoding/charmap" ) func main() { e := charmap.ISO8859_1.NewEncoder() e.String("foo") } ``` ### Expected result ```console $...
### What does this PR do? Optimize the memory footprint of TLS certificate handling on the TLS Manager and Store, mainly: * Avoid parsing the certificate multiple times * Avoid...
A few improvements that can be done to make this guide better and broader for Kubernetes users: - Rename it “HTTPS on Kubernetes” - Remove (huge) installation part and reference...
This issue is a proposal for design discussion on everything we can improve on the usage of the Kubernetes Ingress [object](https://kubernetes.io/docs/concepts/services-networking/ingress/) / [provider](https://doc.traefik.io/traefik/providers/kubernetes-ingress/). **Suggested improvements:** - An Ingress can not...