Tuomas Lannes

Results 3 issues of Tuomas Lannes

Driver definition in keyless-plugin-api.json is at wrong place and the middleware does not work. https://github.com/TykTechnologies/tyk-gateway-docker/blob/e44c765f4aca9aad2a80309c5249ff46b308e46e/apps/keyless-plugin-api.json#L28 This should be under `custom_middleware` object like this: ``` "custom_middleware": { "pre": [ { "name":...

## Description Otter seems to be internally using Unix timestamps in seconds for expiry. It still allows setting TTL in any time.Duration. Then, if for example Duration of time.Millisecond TTL...

bug

Newest Tilt now has this safeguard in https://github.com/tilt-dev/tilt/pull/6619 to use only Tilt's context. This seems to not work for helm_resource commands that are run with python https://github.com/tilt-dev/tilt-extensions/blob/master/helm_resource/helm-apply-helper.py I have a...

needs repro case