{"id":28879557,"url":"https://github.com/sozercan/gatekeeper-headlamp-plugin","last_synced_at":"2026-04-29T19:32:54.606Z","repository":{"id":298172954,"uuid":"997754735","full_name":"sozercan/gatekeeper-headlamp-plugin","owner":"sozercan","description":"💡 Headlamp plugin for Gatekeeper","archived":false,"fork":false,"pushed_at":"2025-11-03T00:01:59.000Z","size":5261,"stargazers_count":1,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-03T01:17:00.840Z","etag":null,"topics":["dashboard","devops","devsecops","gatekeeper","headlamp","kubernetes","kubernetes-dashboard","kubernetes-ui","opa","policy","security"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sozercan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-06-07T05:33:57.000Z","updated_at":"2025-11-03T00:02:01.000Z","dependencies_parsed_at":"2025-06-09T20:18:59.920Z","dependency_job_id":"1ce7286c-3e2c-4d8a-b065-fcf003651239","html_url":"https://github.com/sozercan/gatekeeper-headlamp-plugin","commit_stats":null,"previous_names":["sozercan/gatekeeper-headlamp-plugin"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/sozercan/gatekeeper-headlamp-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fgatekeeper-headlamp-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fgatekeeper-headlamp-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fgatekeeper-headlamp-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fgatekeeper-headlamp-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sozercan","download_url":"https://codeload.github.com/sozercan/gatekeeper-headlamp-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sozercan%2Fgatekeeper-headlamp-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32441055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dashboard","devops","devsecops","gatekeeper","headlamp","kubernetes","kubernetes-dashboard","kubernetes-ui","opa","policy","security"],"created_at":"2025-06-20T18:17:34.808Z","updated_at":"2026-04-29T19:32:54.601Z","avatar_url":"https://github.com/sozercan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatekeeper Headlamp Plugin\n\nA [Headlamp](https://headlamp.dev) plugin for viewing and managing [OPA Gatekeeper](https://open-policy-agent.github.io/gatekeeper/) policies, violations, and a library of community-sourced templates in Kubernetes clusters.\n\n[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/gatekeeper-headlamp-plugin)](https://artifacthub.io/packages/search?repo=gatekeeper-headlamp-plugin)\n\n## Features\n\n- **ConstraintTemplates**: View Gatekeeper constraint templates.\n\n![Constraint Templates](images/constraint_template.png)\n\n- **Constraints**: Browse constraints with enforcement actions and match rules.\n\n![Constraints](images/constraints.png)\n\n- **Violations**: Monitor policy violations across your cluster.\n\n![Violations](images/violations.png)\n\n- **Gatekeeper Library**: Browse, customize, and apply ConstraintTemplates and Constraints from the OPA Gatekeeper Library.\n\n![Gatekeeper Library](images/library.png)\n\n- **Detailed Views**: Comprehensive details for templates and constraints.\n\n![Constraint Details](images/constraints_detail.png)\n\n## Prerequisites\n\n- Headlamp installed and configured.\n- A Kubernetes cluster with [Gatekeeper installed](https://open-policy-agent.github.io/gatekeeper/website/docs/install/).\n- For development of the plugin: Node.js and npm (or yarn).\n\n## Installation\n\n- Install [Headlamp](https://headlamp.dev)\n- Open Plugin Catalog\n- Select the Gatekeeper plugin and click the install button\n- After install you may need to restart Headlamp\n\n## Development\n\nThis project uses a `Makefile` for common tasks.\n\n1.  **Clone the repository:**\n    ```bash\n    git clone \u003crepository-url\u003e\n    cd gatekeeper-headlamp-plugin\n    ```\n\n1.  **Setup \u0026 Initial Build:**\n    Installs dependencies, builds the plugin, and deploys it to the default Headlamp plugins directory.\n    ```bash\n    make setup\n    ```\n\n1.  **Development Workflow:**\n    Builds and deploys the plugin. Use this after making code changes.\n    ```bash\n    make dev\n    ```\n\n1.  **View all Makefile commands and documentation:**\n    ```bash\n    make help\n    ```\n    The Makefile is extensively documented with details on build processes, platform support, troubleshooting, and more.\n\n### Loading the Plugin in Headlamp\n\nAfter running `make deploy` (or `make setup`/`make dev`), the plugin should be available in your Headlamp plugins directory:\n- Linux/macOS: `~/.config/Headlamp/plugins/gatekeeper-headlamp-plugin/`\n- Windows: `%APPDATA%/Headlamp/plugins/gatekeeper-headlamp-plugin/`\n\nRestart Headlamp if it was running. The \"Gatekeeper\" section will appear in the sidebar.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsozercan%2Fgatekeeper-headlamp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsozercan%2Fgatekeeper-headlamp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsozercan%2Fgatekeeper-headlamp-plugin/lists"}