Configure spoa filter
I haven't found a option to add a spoa filter into he ingress, is this possible with the current version? I try to create something similar like this setup with openpolicyagent and haproxy. https://spiffe.io/docs/latest/microservices/envoy-jwt-opa/readme/
You can try to inject any unmanaged feature in Ingress Controller with config snippet and auxiliary config file.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have added the documentation label, so we can work on a documentation example on how to use spoa filter with IC
thank you
@Mo3m3n did you guys produce any docs for this? 😄
@mecampbellsoup I left the project a while ago. When I did there was no doc yet for this example, maybe if you try to connect with the team and see if this has changed.
@mecampbellsoup you can look at extending haproxy with the stream processing offload engine blog post
Blog explains what need to be added in frontend config snippet and auxiliary file. There are many use cases and there you can even find examples how to write SPOA agent in multiple languages
i'm curious if anyone has an example of using a SPOA alongside haproxy, and if so how they setup the k8s deployments/helm charts to run them together?