{"id":50961329,"url":"https://github.com/easy-oidc/easy-oidc","last_synced_at":"2026-06-18T14:31:52.680Z","repository":{"id":322631619,"uuid":"1090289455","full_name":"easy-oidc/easy-oidc","owner":"easy-oidc","description":"Easy OIDC is an Open Source, minimal OIDC server written in Go and designed for use with Kubernetes","archived":false,"fork":false,"pushed_at":"2025-12-03T04:02:18.000Z","size":97,"stargazers_count":26,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T05:24:31.647Z","etag":null,"topics":["kubernetes","oauth","oauth2","oidc","oidc-server"],"latest_commit_sha":null,"homepage":"https://easy-oidc.dev","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/easy-oidc.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-11-05T13:22:31.000Z","updated_at":"2025-12-05T02:12:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/easy-oidc/easy-oidc","commit_stats":null,"previous_names":["easy-oidc/easy-oidc"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/easy-oidc/easy-oidc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-oidc%2Feasy-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-oidc%2Feasy-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-oidc%2Feasy-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-oidc%2Feasy-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/easy-oidc","download_url":"https://codeload.github.com/easy-oidc/easy-oidc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/easy-oidc%2Feasy-oidc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34495377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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":["kubernetes","oauth","oauth2","oidc","oidc-server"],"created_at":"2026-06-18T14:31:51.601Z","updated_at":"2026-06-18T14:31:52.660Z","avatar_url":"https://github.com/easy-oidc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy OIDC\n\nMinimal OIDC server designed for use with Kubernetes, with Google/GitHub/Generic federation, and support for static group overrides.\n\n## Overview\n\n`easy-oidc` is a lightweight, single-binary OIDC server designed specifically for Kubernetes clusters. Instead of managing passwords, it delegates authentication to GitHub, Google, or generic OAuth2+UserInfo or OIDC providers (including Dex, Keycloak, etc) and maps users to Kubernetes groups via simple static configuration.\n\n**Perfect for:**\n- Developers already using GitHub or GMail/Google Workspace\n- Simple RBAC with static group overrides\n- Running on a single EC2 instance with minimal cost\n\nEasy OIDC was created by [Nadrama](https://nadrama.com). Nadrama is an Open Source PaaS that helps you deploy containers, in your cloud account, in minutes.\n\n## Key Features\n\n- **Zero password management** - Delegates to GitHub, Google, or any OAuth2+UserInfo/OIDC provider\n- **Static group overrides** - Map a list of emails to groups in the JSONC config\n- **PKCE-only** - Secure public client flow (no client secrets to leak)\n- **Ed25519 signing** - State-of-the-art cryptography\n- **Single binary** - Embedded SQLite (no external database), no external dependencies\n- **Multi-cloud support** - Terraform modules for your cloud (AWS [here](https://github.com/easy-oidc/terraform-aws-easy-oidc), GCP/Azure planned)\n\n## Quick Start\n\nSee [AWS Terraform Module](https://github.com/easy-oidc/terraform-aws-easy-oidc?tab=readme-ov-file#prerequisites) for instructions on how to deploy to AWS.\n\n## Documentation\n\n- **[SPEC.md](SPEC.md)** - Full specification, architecture, and configuration reference\n- **[Terraform Module](https://github.com/easy-oidc/terraform-aws-easy-oidc)** - AWS infrastructure module\n\n## Architecture\n\n```\n                                    ┌─────────────────┐\n                                    │ Secrets Manager │\n                                    │ (AWS/GCP/Azure) │\n                                    └──────┬──────────┘\n                                           │\n┌──────────┐        ┌─────────┐        ┌───▼─────┐\n│kubelogin │───────▶│ Caddy   │───────▶│easy-oidc│\n└──────────┘  HTTPS │ (TLS)   │  :8080 │  (Go)   │\n              :443  └─────────┘        └────┬────┘\n                                            │\n                                  ┌─────────┼─────────┐\n                                  │         │         │\n                        ┌─────────▼─┐ ┌─────▼───┐ ┌───▼──────┐\n                        │  Google   │ │  GitHub │ │  Generic │\n                        │   OAuth   │ │   OAuth │ │   OAuth  │\n                        └───────────┘ └─────────┘ └──────────┘\n```\n\n- Single VM instance (minimal footprint)\n- Caddy handles automatic TLS (via Let's Encrypt)\n- Embedded SQLite for OAuth state and authorization code storage with replay protection\n- Secrets from cloud-native stores (AWS/GCP/Azure)\n\n## License\n\nEasy OIDC is licensed under the Apache License, Version 2.0.\nCopyright 2025 Nadrama Pty Ltd.\nSee the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasy-oidc%2Feasy-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feasy-oidc%2Feasy-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feasy-oidc%2Feasy-oidc/lists"}