Sign inSign up

buildsecurity/pdp

By buildsecurity

Updated about 5 years ago

Image
0

100K+

buildsecurity/pdp repository overview

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.

Running the PDP

  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.

Environment Variables
  • API_KEY - the API key provided to you by build.security for this PDP
  • API_SECRET - the API secret provided to you by build.security for this PDP
  • CONTROL_PLANE_ADDR - the URL that is used for connecting to the build.security control plane.
Additional options

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'.

License

This content contained in this docker image is subject to the Apache 2.0 License

Tag summary

Content type

Image

Digest

Size

56.9 MB

Last updated

about 5 years ago

docker pull buildsecurity/pdp