Kuadrant / wasm-shim

A Proxy-Wasm module allowing communication to Authorino and Limitador.
Apache License 2.0
5 stars 4 forks source link

Refactoring for external auth. Vol II #66

Closed didierofrivia closed 4 weeks ago

didierofrivia commented 1 month ago

Part of the work needed for https://github.com/Kuadrant/wasm-shim/issues/58 This PR follows the work done in https://github.com/Kuadrant/wasm-shim/pull/64, it aims to extract the grpc service logic.

With this refactor we now can build different implementations of Service in order to call external GRPC services to validate messages.