Kuadrant / wasm-shim

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

Selectors: support data types other than string from envoy attributes #38

Closed eguzki closed 3 months ago

eguzki commented 1 year ago

Currently, only selectors that return string data type can be used.

From the Envoys attributes, examples can be request.path, source.address or request.headers.<header-name>.

However, other attributes return a different type of data. Instances can be request.time, request.size, source.port or metadata based attributes.

alexsnaps commented 12 months ago

See https://github.com/Kuadrant/wasm-shim/pull/41

alexsnaps commented 3 months ago

see #60