Steve Gargan
Steve Gargan
The liquid spec is a little vague about quite how greedy whitespace trimming should be. Currently handling here will eat any available whitespace between tags including all newline characters e.g....
The consul api for session creation supports units for its duration values which it passes these through to https://golang.org/pkg/time/#ParseDuration to parse. (see [here](https://github.com/hashicorp/consul/blob/ea62d297565a1fec78bfa66e43beeecb504d13d5/consul/session_ttl.go#L53)). Currently however these are being restricted by...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? We are seeing a buildup of series for flow metrics which...
exposes the hostEnvKeys configuration for WASM extensons through envoy extension policies. This enables access to env vars that are set on the host envoy processes and is a convenient way...