jdoylei
jdoylei
I think I'm trying to figure out the same thing as @jcmcken and @jschwanz, but I got a little confused between this issue and #258, and wanted to recap the...
After some more testing, I see how conftest's NAMESPACE column gives you a way to distinguish successful rules, if you're willing to break up your rules into fine-grained Rego packages...
Hi there, Like @theMagicalKarp and @JPLachance, I'm interested in OPA/Rego policies that access external data on-demand via http.send(), from an endpoint requiring authentication. My first thought was also `opa.runtime().env`, which...
Yes, thanks for your quick reply!
@MarlonGamez, it sounds like there's not currently a workaround for podman users *not* using the podman system service (and podman.sock and DOCKER_HOST) as @drewp mentioned, since there is still some...
@gsquared94, I understand that the original issue description here was about build tools that have a docker socket but place it elsewhere, and that the DOCKER_HOST workaround applies there. But...
It would be extremely helpful if Skaffold had an option to match a Skaffold configuration's build.artifacts[*].image: ``` build: artifacts: - image: registry.io/hello ``` against a manifest's containers[*].image even when it...
Hi, does anyone have a sense whether this PR is close to approval and merging? We're trying to establish guidelines and a road map for our applications that use Gateway...
After doing some testing with haproxy.cfg fd-hard-limit, I think the "Related info" and "Proposed fix" above are the wrong direction. I was able to use fd-hard-limit to control e.g. haproxy's...
Is PR #3146 still being actively developed? Any updates are appreciated! Support for controlling ALBs via Gateway API and HTTPRoute, rather than just via Ingress, would be really beneficial to...