{"id":30581504,"url":"https://github.com/descope/authzcache","last_synced_at":"2025-08-29T06:35:30.058Z","repository":{"id":307032128,"uuid":"921139045","full_name":"descope/authzcache","owner":"descope","description":"Authz cache","archived":false,"fork":false,"pushed_at":"2025-08-28T16:27:06.000Z","size":13760,"stargazers_count":11,"open_issues_count":4,"forks_count":0,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-08-28T19:31:53.057Z","etag":null,"topics":["authorization","authz","cache","descope","fga"],"latest_commit_sha":null,"homepage":"https://docs.descope.com","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/descope.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-23T12:12:27.000Z","updated_at":"2025-08-28T16:27:10.000Z","dependencies_parsed_at":"2025-07-29T04:38:10.380Z","dependency_job_id":"246860bb-eb2b-4f46-9d3e-0d7e110b5a7f","html_url":"https://github.com/descope/authzcache","commit_stats":null,"previous_names":["descope/authzcache"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/descope/authzcache","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fauthzcache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fauthzcache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fauthzcache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fauthzcache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/descope","download_url":"https://codeload.github.com/descope/authzcache/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/descope%2Fauthzcache/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272642123,"owners_count":24968811,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-29T02:00:10.610Z","response_time":87,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","authz","cache","descope","fga"],"created_at":"2025-08-29T06:35:25.583Z","updated_at":"2025-08-29T06:35:30.043Z","avatar_url":"https://github.com/descope.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Descope AuthZ Cache\nA high-performance authorization cache service that accelerates Fine-Grained Authorization (FGA) checks by caching authorization data locally within your cluster.\n\n## Quick Start\nRun the service with Docker:\n```bash\ndocker run -d \\\n  --name authzcache \\\n  -p 8189:8189 \\\n  -e DESCOPE_MANAGEMENT_KEY=your_management_key_here \\\n  descope/authzcache:latest\n```\n\n## Configuration\n### Required Environment Variables\n- `DESCOPE_MANAGEMENT_KEY` - Your Descope management key for authentication\n\n### Optional Environment Variables\n- `DESCOPE_BASE_URL` - Custom Descope base URL (default: production Descope service)\n- `CONTAINER_HTTP_PORT` - HTTP gateway port (default: 8189)\n- `AUTHZCACHE_SDK_DEBUG_LOG` - Enable debug logging of the internally used Descope SDK (TRUE/FALSE, default: FALSE)\n- `AUTHZCACHE_DIRECT_RELATION_CACHE_SIZE_PER_PROJECT` - Direct relation cache size per project (default: 1,000,000)\n- `AUTHZCACHE_INDIRECT_RELATION_CACHE_SIZE_PER_PROJECT` - Indirect relation cache size per project (default: 1,000,000)\n- `AUTHZCACHE_REMOTE_POLLING_INTERVAL_IN_MILLIS` - Remote polling interval in milliseconds (default: 15,000)\n\n## Ports\n- **8189** - HTTP REST API endpoint\n\n## Health Check\nThe service exposes health check endpoints for container orchestration:\n- HTTP: `GET http://localhost:8189/health`\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\nAlternatively, this project is also available under the Apache License 2.0 - see the [LICENSE-APACHE](LICENSE-APACHE) file for details.\n\nYou may choose either license for your use of this software.\n\n## Support\nFor technical support and questions, please contact your Descope representative.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdescope%2Fauthzcache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdescope%2Fauthzcache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdescope%2Fauthzcache/lists"}