From 20cfa5d60547fd74272c7bd8ee5a62e96034d073 Mon Sep 17 00:00:00 2001 From: vinckr Date: Thu, 4 Jun 2026 19:57:20 +0200 Subject: [PATCH] fix: update oss docs --- docs/oss/community.mdx | 2 ++ docs/oss/open-source.mdx | 63 ++++++++++++++++++++++------------------ 2 files changed, 37 insertions(+), 28 deletions(-) diff --git a/docs/oss/community.mdx b/docs/oss/community.mdx index 8e12e3bd4d..b874a855ba 100644 --- a/docs/oss/community.mdx +++ b/docs/oss/community.mdx @@ -22,4 +22,6 @@ Each major project also has its own discussion board: - [Ory Kratos discussions](https://github.com/ory/kratos/discussions) - [Ory Hydra discussions](https://github.com/ory/hydra/discussions) - [Ory Keto discussions](https://github.com/ory/oathkeeper/discussions) +- [Ory Polis discussions](https://github.com/ory/polis/discussions) +- [Ory Talos discussions](https://github.com/ory/taplos/discussions) - [Ory Oathkeeper discussions](https://github.com/ory/oathkeeper/discussions) diff --git a/docs/oss/open-source.mdx b/docs/oss/open-source.mdx index fc721abaa2..1bb1aa8091 100644 --- a/docs/oss/open-source.mdx +++ b/docs/oss/open-source.mdx @@ -4,9 +4,9 @@ title: Ory is open source sidebar_label: Ory projects --- -This document provides an overview of the most popular Ory open-source projects, and other related resources. +This document provides an overview of the most popular Ory open source projects, and other related resources. -Ory has an open-source architecture, attitude, and heart. We believe in collaboration, participation, and the open exchange of +Ory has an open source architecture, attitude, and heart. We believe in collaboration, participation, and the open exchange of ideas. Open source is a fundamental part of modern software development and allows everyone regardless of economic background to build a better world with software. @@ -14,52 +14,59 @@ Most of what Ory does is open source. Read more about [Ory's commitment to open ## Projects -You can find all of our open-source projects on GitHub: +You can find all Ory Open Source projects on GitHub: ### Fully-featured servers -- [Ory Kratos Identity Server](https://github.com/ory/kratos) -- [Ory Hydra Federation Server](https://github.com/ory/hydra) -- [Ory Oathkeeper](https://github.com/ory/oathkeeper) -- [Ory Keto Permission Server](https://github.com/ory/keto) - -### Libraries - -| Project | Description | Documentation | -| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | -| [Ory SDK](https://github.com/ory/sdk) | Software development kit for all popular programming languages, generated using openapi-generator. | [SDK docs](../sdk.mdx) | -| [Ory Dockertest](https://github.com/ory/dockertest) | Dockertest helps you boot up docker images for your Go tests with minimal work. | [Dockertest godoc](https://godoc.org/github.com/ory/dockertest) | -| [Ory Kubernetes Helm Charts](https://github.com/ory/k8s) | Kubernetes Helm Charts for the Ory ecosystem. | [k8s.ory.com](https://k8s.ory.com/helm/) | -| [Ory Fosite](https://github.com/ory/fosite) | Extensible OAuth 2.0 and OpenID Connect SDK for Go. | [Fosite godoc](https://godoc.org/github.com/ory/fosite) | -| [Ory Ladon](https://github.com/ory/ladon) | An SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. | [Ladon godoc](https://godoc.org/github.com/ory/ladon) | -| [Ory Herodot](https://github.com/ory/herodot) | A lightweight Go library for writing responses and errors to HTTP, serves millions of requests daily through Ory Hydra. | [Herodot README](https://github.com/ory/herodot/blob/master/README.md) | -| [Ory Graceful](https://github.com/ory/graceful) | Best practice HTTP server configurations and helpers for Go 1.8's HTTP graceful shutdown feature. | [Graceful README](https://github.com/ory/graceful/blob/master/README.md) | -| [Ory go-acc](https://github.com/ory/go-acc) | A tool for reporting accurate Code Coverage in Golang. Cross platform (OsX, Windows, Linux). | [go-acc README](https://github.com/ory/go-acc/blob/master/README.md) | +| Project | Description | Documentation | +| --------------------------------------------------- | --------------------------------------- | ---------------------------------------- | +| [Ory Kratos](https://github.com/ory/kratos) | Identities and user management. | [Ory Kratos docs](../oss/kratos/intro) | +| [Ory Hydra](https://github.com/ory/hydra) | Certified OAuth 2.0 and OpenID Connect. | [Ory Hydra docs](../oss/hydra) | +| [Ory Keto](https://github.com/ory/keto) | Fine grained authorization. | [Ory Keto docs](../oss/keto) | +| [Ory Oathkeeper](https://github.com/ory/oathkeeper) | Identity and access proxy. | [Ory Oathkeeper docs](../oss/oathkeeper) | +| [Ory Polis](https://github.com/ory/polis) | SAML to OAuth 2.0 bridge. | [Ory Polis docs](../oss/polis) | +| [Ory Talos](https://github.com/ory/talos) | API keys. | [Ory Talos docs](../talos) | + +### Other notable projects + +| Project | Description | Documentation | +| ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | +| [Awesome Ory](https://github.com/ory/awesome-ory) | An awesome list for the Ory ecosystem. | [Awesome Ory README](https://github.com/ory/awesome-ory/blob/master/README.md) | +| [Ory Dockertest](https://github.com/ory/dockertest) | Dockertest helps you boot up docker images for your Go tests with minimal work. | [Ory Dockertest godoc](https://godoc.org/github.com/ory/dockertest) | +| [Ory Lumen](https://github.com/ory/lumen) | Reduce Claude Code, Codex, OpenCode wall clock and token use by 50% with open source, local semantic search. | [Ory Lumen README](https://github.com/ory/lumen/blob/main/README.md) | +| [Ory Kubernetes Helm Charts](https://github.com/ory/k8s) | Kubernetes Helm Charts for the Ory ecosystem. | [Ory k8s.ory.com](https://k8s.ory.com/helm/) | +| [Ory Terraform Provider](https://github.com/ory/terraform-provider-ory) | Terraform provider for managing Ory Network resources. | [Ory Terraform Provider README](https://github.com/ory/terraform-provider-ory/blob/main/README.md) | +| [Ory MockSAML](https://github.com/ory/mocksaml) | A simple mock SAML 2.0 Identity Provider. | [Ory MockSAML README](https://github.com/ory/mocksaml/blob/main/README.md) | +| [Ory SDKs](https://github.com/ory/sdk) | Software development kit for all popular programming languages, generated using openapi-generator. | [Ory SDK docs](../sdk) | +| [Ory Fosite](https://github.com/ory/fosite) | Extensible OAuth 2.0 and OpenID Connect SDK for Go. | [Ory Fosite godoc](https://godoc.org/github.com/ory/fosite) | +| [Ory Ladon](https://github.com/ory/ladon) | An SDK for access control policies: authorization for the microservice and IoT age. Inspired by AWS IAM policies. | [Ory Ladon godoc](https://godoc.org/github.com/ory/ladon) | +| [Ory Herodot](https://github.com/ory/herodot) | A lightweight Go library for writing responses and errors to HTTP, serves millions of requests daily through Ory Hydra. | [Ory Herodot README](https://github.com/ory/herodot/blob/master/README.md) | +| [Ory Graceful](https://github.com/ory/graceful) | Best practice HTTP server configurations and helpers for Go 1.8's HTTP graceful shutdown feature. | [Ory Graceful README](https://github.com/ory/graceful/blob/master/README.md) | +| [Ory CLI](https://github.com/ory/cli) | The Ory Command Line Interface. | [Ory CLI README](https://github.com/ory/cli/blob/master/README.md) | For many more visit [Ory on GitHub](https://github.com/ory). ## Open source resources -- [Contribute to Ory](contributing.mdx) -- [Ory is committed to open source](commitment.mdx) -- [Ory architecture principles](software-architecture-philosophy.mdx) -- [Community resources in the Ory documentation](community.mdx) +- [Contribute to Ory](contributing) +- [Ory is committed to open source](commitment) +- [Ory architecture principles](software-architecture-philosophy) +- [Community resources in the Ory documentation](community) - [Ory Community Chat](https://slack.ory.com/) - [GitHub discussions](https://github.com/discussions?discussions_q=org%3Aory) -- [Ory Community Examples](https://github.com/ory/awesome-ory) ## Is open source taking a back seat? -No — open source remains at the core of Ory. +No - open source remains at the core of Ory. The Ory Network and the Ory Enterprise License are commercial offerings designed to fund and accelerate the development of Ory Open Source. They enable long-term sustainability, support enterprise requirements, and provide capabilities that are difficult to -deliver through open source alone — such as multi-tenancy, analytics, SLAs, SRE support, high scalability, high availability, +deliver through open source alone - such as multi-tenancy, analytics, SLAs, SRE support, high scalability, high availability, globally distributed low-latency infrastructure, and more. Both Ory Network and the Ory Enterprise License are built on top of the [Ory Open Source](https://github.com/ory/) code base. They use the same APIs, features, and configurations, with enhancements tailored for multi-tenant architectures and enterprise-grade security and operations. -Ory is committed to continuing the growth of its open-source ecosystem — making it even more accessible, customizable, and +Ory is committed to continuing the growth of its open-source ecosystem - making it even more accessible, customizable, and developer-friendly. The commercial offerings play a key role in accelerating and sustaining the development of Ory Open Source.