{"id":30091953,"url":"https://github.com/permitio/pdp","last_synced_at":"2026-05-13T18:06:17.168Z","repository":{"id":187511138,"uuid":"321720067","full_name":"permitio/PDP","owner":"permitio","description":"Permit Policy Decision Point service. High-performance, policy-driven authorization for your apps and service.","archived":false,"fork":false,"pushed_at":"2026-03-31T11:10:36.000Z","size":37227,"stargazers_count":31,"open_issues_count":13,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-31T13:17:50.630Z","etag":null,"topics":["authorization","microservice","opa","opal","open-policy-agent","permit","permitio","policy","policy-as-code","python","realtime","rust","websocket"],"latest_commit_sha":null,"homepage":"https://docs.permit.io/concepts/pdp/overview","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/permitio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-12-15T16:10:01.000Z","updated_at":"2026-03-24T10:41:04.000Z","dependencies_parsed_at":"2023-12-03T19:26:23.297Z","dependency_job_id":"ffdce065-fee6-4a06-b530-40cd9bd0dd50","html_url":"https://github.com/permitio/PDP","commit_stats":null,"previous_names":["permitio/sidecar","permitio/pdp"],"tags_count":153,"template":false,"template_full_name":null,"purl":"pkg:github/permitio/PDP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permitio%2FPDP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permitio%2FPDP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permitio%2FPDP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permitio%2FPDP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/permitio","download_url":"https://codeload.github.com/permitio/PDP/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/permitio%2FPDP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authorization","microservice","opa","opal","open-policy-agent","permit","permitio","policy","policy-as-code","python","realtime","rust","websocket"],"created_at":"2025-08-09T07:54:38.964Z","updated_at":"2026-04-02T12:03:15.457Z","avatar_url":"https://github.com/permitio.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PDP.png](imgs/PDP.png)\n# Permit.io PDP\nThe PDP (Policy decision point) syncs with the authorization service and maintains up-to-date policy cache for open policy agent.\n\n## Running a PDP\nPDPs are connected to your [Permit.io account](https://docs.permit.io/quickstart) using an API Key.\nCheck out the [Permit.io documentation](https://docs.permit.io/manage-your-account/projects-and-env#fetching-and-rotating-the-api-key) to learn how to get an Environment API Key.\n\nYou can run a PDP in a docker container by running the following command:\n```bash\ndocker run -it -p 7766:7000 -e PDP_API_KEY=\u003cYOUR_API_KEY\u003e -e PDP_DEBUG=True permitio/pdp-v2:latest\n```\n\n### Deploying PDP to Production\nYou can deploy the PDP to production in multiple designs. See the [Permit.io documentation](https://docs.permit.io/concepts/pdp/overview) for more information.\n\n## Contributing\n\n### Setting up the development environment\n1. Clone the repository\n2. Install the dependencies\n```bash\npip install \".[dev]\"\n```\n\n### Running locally (during development)\n```\nPDP_API_KEY=\u003cYOUR_API_KEY\u003e uvicorn horizon.main:app --reload --port=7000\n```\n\nYou can pass environment variables to control the behavior of the PDP image.\nFor example, running a local PDP against the Permit API:\n```\nPDP_CONTROL_PLANE=https://api.permit.io PDP_API_KEY=\u003cYOUR_API_KEY\u003e uvicorn horizon.main:app --reload --port=7000\n```\n\n## Building a Custom PDP Docker image\nFor ARM architecture:\n```\nVERSION=\u003cTAG\u003e make build-arm64\n```\nFor AMD64 architecture:\n```\nVERSION=\u003cTAG\u003e make build-amd64\n```\n\n### Running the image in development mode\n```\nVERSION=\u003cTAG\u003e API_KEY=\u003cPDP_API_KEY\u003e make run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermitio%2Fpdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpermitio%2Fpdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpermitio%2Fpdp/lists"}