Aurelien Derouineau
Aurelien Derouineau
All tests for "EB" fail on arm64: ``` --- FAIL: TestBytesParse (0.00s) bytes_test.go:211: Error Trace: bytes_test.go:211 Error: Should be true Test: TestBytesParse bytes_test.go:215: Error Trace: bytes_test.go:215 Error: Should be true...
When using `file`, an initial dump is done at the beginning. `kv` mode should have a similar behavior as `file` and also run the initial dump.
When running traefik-certs-dumper with `--watch`, `--post-hook` and `file`, an initial dump happens when the program gets launched but the hook does not get executed. I see 2 solutions: 1. Do...
This adds support to time out a connection if a successful handshake has not happened within the duration `HandshakeTimeout`.
**What version are you running?** 8.21.1 **Are you using Docker or Kubernetes to run your system?** No **Are you running a single node or a cluster?** Single node + read-only...
**What version are you running?** 8.21.1 **Are you using Docker or Kubernetes to run your system?** No **Are you running a single node or a cluster?** 1 node + 1...
**What version are you running?** 8.19.0 **Are you using Docker or Kubernetes to run your system?** Neither: calling application directly **Are you running a single node or a cluster?** Single...
Example program: ``` package main import ( "github.com/alecthomas/kong" ) type CmdCLI struct { InnerFlag string `kong:"env=INNER_FLAG"` } type TestCLI struct { TopFlag string `kong:"env=TOP_FLAG"` Cmd CmdCLI `kong:"cmd,envprefix=CMD_"` } type WrapCLI...