Stephan Renatus
Stephan Renatus
Just a thought, we could mimic SQL: ```rego s := sort_by(stuff, { "by": ["t", "s"], # optionally multiple things? i.e. sort by t first, then s "order": "desc", # or...
Why not go all-in? > Perhaps it could be "an array of strings or an array of arrays" type | example | meaning ---|---|--- string | "foo" | sort by...
Sorry you ran into this problem: the website build only doing the latest version was intentionally done for dev and preview (https://github.com/open-policy-agent/opa/issues/4379) because it took so long to always build...
I think #990 could play a role here: With this, dex wouldn't have to keep a session (see #963), but could piggy-back on the connector's IdP to do so. I'd...
@gcavalcante8808 nope, contributions welcome 😃
Can this be achieved with the `status_on_error` setting described here? https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_authz/v3/ext_authz.proto#envoy-v3-api-msg-extensions-filters-http-ext-authz-v3-extauthz
Gotcha. Yeah I think that makes sense. If you'd pick that up, it'll be great. Can you imagine cases where the current behaviour is desirable? I'm wondering about backwards compatibility...
FWIW We had been building containers with [yages](github.com/mhausenblas/yages) at some point for EOPA's tests. Fortio also has a [gRPC testserver](https://pkg.go.dev/fortio.org/fortio/fgrpc), too, but I don't know if they build an image...
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 `python...
> Is there a way to access and apply policies to X.509 client certificates when using Envoy mTLS configurations ? So basically the ability to parse define polices for the...