Commit Graph

14 Commits

Author SHA1 Message Date
Alexis Couvreur
6297c595fa add pause container implem 2025-01-13 17:55:43 -05:00
Alexis Couvreur
acfd612bc0 ci: fix pipelines (#418)
* ci: fix pipelines

* fix(proxywasm): bump to go 1.23 and tinygo 0.33

* ci: move to sablierapp/sablier

* ci: replace sablierapp/whoami with acouvreur/whoami

This will use mimic later

* fix wrong whoami image

* update nginx docker image for proxywasm
2024-10-23 18:13:56 -07:00
Alexis Couvreur
8b113a3c76 fix: changing module to github.com/sablierapp/sablier 2024-10-20 23:54:53 -04:00
renovate[bot]
048eb47a02 chore(deps): update dependency go to v1.23.2 2024-10-01 17:30:14 -07:00
renovate[bot]
9a57703ac7 fix(deps): update golang.org/x/exp digest to 701f63a 2024-10-01 17:30:14 -07:00
renovate[bot]
322926ca6a fix(deps): update golang.org/x/exp digest to e7e105d 2024-10-01 17:30:14 -07:00
renovate[bot]
5ee3f2c87b fix(deps): update golang.org/x/exp digest to 9b4947d 2024-10-01 17:30:14 -07:00
renovate[bot]
1df0565c5d fix(deps): update golang.org/x/exp digest to 0cdaa3a 2024-10-01 17:30:14 -07:00
renovate[bot]
6d98c27e29 fix(deps): update golang.org/x/exp digest to 8a7402a 2024-10-01 17:30:14 -07:00
renovate[bot]
1d8009a44c fix(deps): update golang.org/x/exp digest to 46b0784 2024-10-01 17:30:14 -07:00
renovate[bot]
bb26aa44c2 fix(deps): update module github.com/tetratelabs/proxy-wasm-go-sdk to v0.24.0 2024-10-01 17:30:14 -07:00
renovate[bot]
d57b02e2d7 fix(deps): update module github.com/stretchr/testify to v1.9.0 2024-10-01 17:30:14 -07:00
renovate[bot]
2d38a34a23 fix(deps): update golang.org/x/exp digest to 7f521ea 2024-10-01 17:30:14 -07:00
Alexis Couvreur
3891027e23 feat(plugin): add proxywasm plugin (#284)
* feat(plugin): add `proxywasm` plugin

The `proxywasm` plugin is a WASM Filter following the ProxyWasm ABI Specification using the proxywasm go sdk

This allows extensibility with any reverse proxy who implements the ProxyWasm ABI Specification.

The current WASM Filter was successfully tested with APISIX, Envoy, Nginx with ngx_wasm_module from Kong and Istio.

Fixes #145
2024-10-01 17:30:14 -07:00