-
Notifications
You must be signed in to change notification settings - Fork 117
Migrate envoy tests to use a buildable test image #692
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
FWIW We had been building containers with yages at some point for EOPA's tests. Fortio also has a gRPC testserver, too, but I don't know if they build an image for it. |
Turns out I read too much into this -- openpolicyagent/demo-test-server isn't, and doesn't need to be, a gRPC service, right? I think anything there would do, even a simple |
Let's get rid of that in tests then, and use something that makes it obvious what it is. nginx, maybe? I don't fully understand the purpose this has served, but based on what Stephan said, it sounds like that would work? |
@anderseknert it's a demo app that is used in this tutorial for showing an end-to-end example.
@tjons which tests are using this? I thought only the tutorials use this. |
Currently, a number of our tests use the
openpolicyagent/demo-test-server:v1
image, which I cannot seem to locate the source for and which does not supportlinux/arm64
architectures. To encourage well-tested contributions from a variety of users, I think we should either a) locate the source code for this image and link to it in the repo, as well as ensure that it is built for a variety of common OS+Arch's. Or, b) switch to something else which we can point users to source code for.@anderseknert @srenatus @ashutosh-narkar open call: anyone able to share the source repo for
openpolicyagent/demo-test-server
? If so, are you open to me adding support for some different architectures?The text was updated successfully, but these errors were encountered: