{"id":36964099,"url":"https://github.com/kyverno/kyverno-authz","last_synced_at":"2026-01-13T19:18:05.260Z","repository":{"id":332294315,"uuid":"1090055392","full_name":"kyverno/kyverno-authz","owner":"kyverno","description":"Kyverno policies based authorization ❤️","archived":false,"fork":false,"pushed_at":"2026-01-13T09:25:59.000Z","size":14528,"stargazers_count":8,"open_issues_count":1,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-13T10:35:21.670Z","etag":null,"topics":["authorization","envoy","http","istio","kyverno","mesh"],"latest_commit_sha":null,"homepage":"https://kyverno.github.io/kyverno-authz/","language":"Go","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/kyverno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"2025-11-05T06:53:12.000Z","updated_at":"2026-01-13T09:26:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kyverno/kyverno-authz","commit_stats":null,"previous_names":["kyverno/kyverno-authz"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/kyverno/kyverno-authz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyverno%2Fkyverno-authz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyverno%2Fkyverno-authz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyverno%2Fkyverno-authz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyverno%2Fkyverno-authz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyverno","download_url":"https://codeload.github.com/kyverno/kyverno-authz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyverno%2Fkyverno-authz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28397826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"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","envoy","http","istio","kyverno","mesh"],"created_at":"2026-01-13T19:18:04.399Z","updated_at":"2026-01-13T19:18:05.251Z","avatar_url":"https://github.com/kyverno.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kyverno-authz\n\nA flexible authorization service that enforces Kyverno policies for **Envoy proxies** and **plain HTTP services**. This authz server enables you to apply Kyverno's powerful policy engine to secure and control access to your APIs and services.\n\n## Overview \n\nThe Kyverno Authz Server provides authorization capabilities in two modes:\n\n### 🔌 Envoy Integration\nIntegrates with [Envoy](https://www.envoyproxy.io/docs/envoy/latest/intro/what_is_envoy)'s [External Authorization filter](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/security/ext_authz_filter.html) (v1.7.0+) to make authorization decisions based on Kyverno policies. Perfect for service mesh architectures and API gateway deployments.\n\n### 🌐 HTTP Authorization Server\nWorks as a standalone HTTP authorization server that can protect any HTTP service. Your application forwards authorization requests to the authz server, which evaluates them against Kyverno policies and returns allow/deny decisions.\n\n**WARNING: ⚠️ kyverno-authz is in development stage.**\n\n## 📙 Documentation\n\nInstallation and reference documents are available [here](https://kyverno.github.io/kyverno-authz)\n\n👉 **[Quick Start](https://kyverno.github.io/kyverno-authz/latest/quick-start/)**\n\n👉 **[Kubernetes Installation](https://kyverno.github.io/kyverno-authz/latest/quick-start/kube-install/)**\n\n👉 **[Local Installation](https://kyverno.github.io/kyverno-authz/latest/quick-start/local-install/)**\n\n## RoadMap\n\nFor detailed information on our planned features and upcoming updates, please [view our Roadmap](./ROADMAP.md).\n\n## 🙋‍♂️ Getting Help\n\nWe are here to help!\n\n👉 For feature requests and bugs, file an [issue](https://github.com/kyverno/kyverno-authz/issues).\n\n👉 For discussions or questions, join the [Kyverno Slack channel](https://slack.k8s.io/#kyverno).\n\n👉 To get notified on updates ⭐️ [star this repository](https://github.com/kyverno/kyverno-authz/stargazers).\n\n## ➕ Contributing\n\nThanks for your interest in contributing to Kyverno! Here are some steps to help get you started:\n\n✔ Look through the [good first issues](https://github.com/kyverno/kyverno-authz/labels/good%20first%20issue) list. Add a comment with `/assign` to request the assignment of the issue.\n\n✔ Check out the Kyverno [Community page](https://kyverno.io/community/) for other ways to get involved.\n\n## License\n\nCopyright 2023, the Kyverno project. All rights reserved. kyverno-authz is licensed under the [Apache License 2.0](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyverno%2Fkyverno-authz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyverno%2Fkyverno-authz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyverno%2Fkyverno-authz/lists"}