kubernetes-ingress icon indicating copy to clipboard operation
kubernetes-ingress copied to clipboard

Configure spoa filter

Open git001 opened this issue 4 years ago • 3 comments

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/

git001 avatar Aug 13 '21 02:08 git001

You can try to inject any unmanaged feature in Ingress Controller with config snippet and auxiliary config file.

ivanmatmati avatar Nov 23 '21 15:11 ivanmatmati

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.

stale[bot] avatar Jan 03 '22 14:01 stale[bot]

I have added the documentation label, so we can work on a documentation example on how to use spoa filter with IC

Mo3m3n avatar Jan 03 '22 17:01 Mo3m3n

thank you

git001 avatar Oct 28 '22 12:10 git001

@Mo3m3n did you guys produce any docs for this? 😄

mecampbellsoup avatar Jan 31 '23 14:01 mecampbellsoup

@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.

Mo3m3n avatar Jan 31 '23 14:01 Mo3m3n

@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

oktalz avatar Feb 01 '23 11:02 oktalz

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?

mecampbellsoup avatar Jul 22 '23 18:07 mecampbellsoup