This is build.security's Policy Decision Point (PDP). The PDP utilizes the Open Policy Agent and enhances it with additional features such as real-time access to external data-sources, support for monitored rules, pulling policies from Git and additional built-in functions that empower developers when creating Rego policies.
For more information, visit build.security.
docker run \
-p 8181:8181 \
-d \
-e API_KEY="..." \
-e API_SECRET="..." \
-e CONTROL_PLANE_ADDR="..." \
buildsecurity/pdp --log-level=info
Additional information on PDP deployments can be found here.
you can append to the command any argument that OPA command expects.
For example, to control the log level, append --log-level=level.
Valid values would be 'error','info','debug'. The default log-level would is 'error'.
This content contained in this docker image is subject to the Apache 2.0 License
Content type
Image
Digest
Size
56.9 MB
Last updated
about 5 years ago
docker pull buildsecurity/pdp