Matias Insaurralde

Results 25 issues of Matias Insaurralde

Repository: https://github.com/matiasinsaurralde/go-wasm3 - [x] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [x] Description explains the issue / use-case resolved, and auto-closes the related issue(s) (https://help.github.com/articles/closing-issues-via-commit-messages/).

Support for PKCS#8 private keys and PKCS#1 public keys was added in [14a38508f39c859205d572dee8fde4009c50e85b](https://github.com/TykTechnologies/goverify/commit/14a38508f39c859205d572dee8fde4009c50e85b). Signing functionality is available for gateway notifications and plugin bundles. The change doesn't break support of existing...

## Description After GW refactor the way Redis is initialized/handled changed and broke the functionality of the Tyk cgo API. This API is documented [here](https://tyk.io/docs/plugins/supported-languages/rich-plugins/python/tyk-python-api-methods/) and it basically allows a...

## Description Ensures bundle verification errors stop the plugin from loading. ## Related Issue TT-6146 ## Motivation and Context Fixes the logic behind bundle verification mechanism, to avoid plugin loading...

Updated Python bindings using latest `protoc` version. ## Description We're improving PB support for Tyk Plugins, besides doing a Protobuf module version bump, bindings update is also required. ## Related...

## Description ## Related Issue ## Motivation and Context ## How This Has Been Tested ## Screenshots (if appropriate) ## Types of changes - [ ] Bug fix (non-breaking change...

**Branch/Environment/Version** - Branch/Version: All - Environment: All **Describe the bug** When using the `tyk-plugin-compiler` to build plugins, all generated shared libraries use the same package path. This causes an error...

bug

Taken from #3365. ## Description When a custom middleware block doesn't specify a driver, `jsvm` is picked as the default driver (this is expected behavior). When a developer passes a...

Hi, would you be able to explain the snapshotting flow? From what I've seen it should be used as follows: - A new VM is initialized, with a given WASM...