Adam Horacek

Results 7 issues of Adam Horacek

I like this library, however I'm missing a feature to evaluate the response in custom callback. There are APIs, that return by default 200 OK with errors description in response...

Hello, when deploying grpc/http2 using mta.yaml, the protocol attribute on route is ignored, while it's working with manifest.yaml. Based on https://docs.cloudfoundry.org/devguide/deploy-apps/manifest-attributes.html#routes the available options for protocol are `http1`, `http2` and...

Dear MTA team, is there a plan that MTA supports `processes` for CF apps, as it supported by CF manifests see https://docs.cloudfoundry.org/devguide/multiple-processes.html#manifest ? I couldn't identify where is the issue....

# Changes `kubernetesDeploy` extensions scripts `setupScript`, `verificationScript` and `teardownScript` to support both local files and HTTP location - [x] Tests - [x] Documentation closes #4742

Hello team, I have `httpx` code that passes `content` to request using byte iterator. When trying the test code using `pytest_httpx` and `match_content` on mocked request, I get assertion error...

**Is your feature request related to a problem? Please describe.** We're currently using self hosted temporal server with custom JWT auth plugin as described at https://docs.temporal.io/self-hosted-guide/security#plugins The only reason we...

enhancement

## What changed? Added support for parsing permissions from JWT claim using regular expression ## Why? Default JWT Claim Mapper expects permission in form `namespace:role`. If it's not possible to...