ory/oathkeeper

A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests....

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 19th, 2026
Created on September 25th, 2017
Open Issues & Pull Requests: 107 (+0)
GitHub issues: Enabled
Number of forks: 415
Total Stargazers: 3,602 (+0)
Total Subscribers: 47 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 15.9 days
Mean response time: 106.9 days
90th percentile: 392.1 days
Tracked items: 36

Most active contributors

Sign in to see contributor activity.

How this project is maintained

97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 60% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 31
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 574 days
Stale 30+ days: 29
Stale 90+ days: 25

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (26)
  • feat (20)
  • stale (20)
  • help wanted (9)
  • good first issue (7)
  • upstream (7)
  • rfc (4)
  • Needs Triage (2)

Most active issues this week

Detailed Description

Ory Oathkeeper is an Identity & Access Proxy and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP requests based on configurable access rules.

The tool solves the problem of decoupling authentication and authorization logic from application code by acting as a reverse proxy or decision API in front of protected services. It implements the BeyondCorp zero-trust security model, evaluating HTTP requests against sets of access rules and either allowing them through with identity information attached or rejecting them. This approach lets organizations enforce consistent security policies across multiple applications without modifying application code itself.

Oathkeeper suits teams building cloud-native systems who need flexible, centralized access control. It works well for organizations adopting zero-trust architectures and those wanting to integrate authentication and authorization at the infrastructure layer rather than embedding it in each service. The tool can function as a standalone reverse proxy or integrate with existing API gateways and proxies including Ambassador, Envoy, AWS API Gateway, and Nginx. It supports multiple authentication and authorization strategies and offers both proxy and sidecar deployment modes for different infrastructure patterns.

The project maintains active discussion channels and documentation resources. Development activity shows consistent engagement with the codebase and community interaction through multiple communication platforms.