Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
304 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 2 commits in 2 repositories
Created 2 repositories
Created a pull request in traefik/paerser that received 1 comment
fix: empty value for key map should be skipped to prevent panic
When using yaml format, map key can be set to null value, resulting to
an empty value. When used in DecodeContent, empty value would trigger a
pani…
Opened 2 other pull requests in 1 repository
Reviewed 2 pull requests in 2 repositories
ovh/utask 1 pull request
ovh/configstore 1 pull request
Created an issue in traefik/traefik that received 2 comments
mTLS authentication not working with routers using HostRegexp rule
Do you want to request a feature or report a bug?
Bug
What did you do?
When I created an endpoint with a HostRegexp rule, my TLS options for clien…