v1.24.5
This patch contains optimizations for the Batch Query API, and also updates the Regal version used in Enterprise OPA to version v0.25.0.
Extra tools in debug image
The -debug
container image now contains a number of useful helper utilities to aid in debugging problems in your deployments.
When running docker run -it --entrypoint=sh ghcr.io/styrainc/enterprise-opa:1.24.5-debug
or docker exec -it <your-running-debug-container> sh
, you will find
- busybox
- curl
- grpcurl
- dig
- htop
- ping
- kafkacat
- strace
- tcpdump
- ldapsearch
Binary name in all images
When using the container image in your Dockerfile, or manually constructed docker run
calls, you can now refer to the Enterprise OPA binary via /bin/eopa
, /bin/opa
and /opa
; or just use opa
or eopa
for convenience.