Skip to content

Commit 22cd2ec

Browse files
vinckrunatasha8
authored andcommitted
fix: update oss docs (#2607)
1 parent 6715776 commit 22cd2ec

2 files changed

Lines changed: 37 additions & 28 deletions

File tree

docs/oss/community.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,6 @@ Each major project also has its own discussion board:
2222
- [Ory Kratos discussions](https://github.com/ory/kratos/discussions)
2323
- [Ory Hydra discussions](https://github.com/ory/hydra/discussions)
2424
- [Ory Keto discussions](https://github.com/ory/oathkeeper/discussions)
25+
- [Ory Polis discussions](https://github.com/ory/polis/discussions)
26+
- [Ory Talos discussions](https://github.com/ory/taplos/discussions)
2527
- [Ory Oathkeeper discussions](https://github.com/ory/oathkeeper/discussions)

docs/oss/open-source.mdx

Lines changed: 35 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,69 @@ title: Ory is open source
44
sidebar_label: Ory projects
55
---
66

7-
This document provides an overview of the most popular Ory open-source projects, and other related resources.
7+
This document provides an overview of the most popular Ory open source projects, and other related resources.
88

9-
Ory has an open-source architecture, attitude, and heart. We believe in collaboration, participation, and the open exchange of
9+
Ory has an open source architecture, attitude, and heart. We believe in collaboration, participation, and the open exchange of
1010
ideas. Open source is a fundamental part of modern software development and allows everyone regardless of economic background to
1111
build a better world with software.
1212

1313
Most of what Ory does is open source. Read more about [Ory's commitment to open source](commitment.mdx).
1414

1515
## Projects
1616

17-
You can find all of our open-source projects on GitHub:
17+
You can find all Ory Open Source projects on GitHub:
1818

1919
### Fully-featured servers
2020

21-
- [Ory Kratos Identity Server](https://github.com/ory/kratos)
22-
- [Ory Hydra Federation Server](https://github.com/ory/hydra)
23-
- [Ory Oathkeeper](https://github.com/ory/oathkeeper)
24-
- [Ory Keto Permission Server](https://github.com/ory/keto)
25-
26-
### Libraries
27-
28-
| Project | Description | Documentation |
29-
| -------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ |
30-
| [Ory SDK](https://github.com/ory/sdk) | Software development kit for all popular programming languages, generated using openapi-generator. | [SDK docs](../sdk.mdx) |
31-
| [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) |
32-
| [Ory Kubernetes Helm Charts](https://github.com/ory/k8s) | Kubernetes Helm Charts for the Ory ecosystem. | [k8s.ory.com](https://k8s.ory.com/helm/) |
33-
| [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) |
34-
| [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) |
35-
| [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) |
36-
| [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) |
37-
| [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) |
21+
| Project | Description | Documentation |
22+
| --------------------------------------------------- | --------------------------------------- | ---------------------------------------- |
23+
| [Ory Kratos](https://github.com/ory/kratos) | Identities and user management. | [Ory Kratos docs](../oss/kratos/intro) |
24+
| [Ory Hydra](https://github.com/ory/hydra) | Certified OAuth 2.0 and OpenID Connect. | [Ory Hydra docs](../oss/hydra) |
25+
| [Ory Keto](https://github.com/ory/keto) | Fine grained authorization. | [Ory Keto docs](../oss/keto) |
26+
| [Ory Oathkeeper](https://github.com/ory/oathkeeper) | Identity and access proxy. | [Ory Oathkeeper docs](../oss/oathkeeper) |
27+
| [Ory Polis](https://github.com/ory/polis) | SAML to OAuth 2.0 bridge. | [Ory Polis docs](../oss/polis) |
28+
| [Ory Talos](https://github.com/ory/talos) | API keys. | [Ory Talos docs](../talos) |
29+
30+
### Other notable projects
31+
32+
| Project | Description | Documentation |
33+
| ----------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
34+
| [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) |
35+
| [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) |
36+
| [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) |
37+
| [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/) |
38+
| [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) |
39+
| [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) |
40+
| [Ory SDKs](https://github.com/ory/sdk) | Software development kit for all popular programming languages, generated using openapi-generator. | [Ory SDK docs](../sdk) |
41+
| [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) |
42+
| [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) |
43+
| [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) |
44+
| [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) |
45+
| [Ory CLI](https://github.com/ory/cli) | The Ory Command Line Interface. | [Ory CLI README](https://github.com/ory/cli/blob/master/README.md) |
3846

3947
For many more visit [Ory on GitHub](https://github.com/ory).
4048

4149
## Open source resources
4250

43-
- [Contribute to Ory](contributing.mdx)
44-
- [Ory is committed to open source](commitment.mdx)
45-
- [Ory architecture principles](software-architecture-philosophy.mdx)
46-
- [Community resources in the Ory documentation](community.mdx)
51+
- [Contribute to Ory](contributing)
52+
- [Ory is committed to open source](commitment)
53+
- [Ory architecture principles](software-architecture-philosophy)
54+
- [Community resources in the Ory documentation](community)
4755
- [Ory Community Chat](https://slack.ory.com/)
4856
- [GitHub discussions](https://github.com/discussions?discussions_q=org%3Aory)
49-
- [Ory Community Examples](https://github.com/ory/awesome-ory)
5057

5158
## Is open source taking a back seat?
5259

53-
No open source remains at the core of Ory.
60+
No - open source remains at the core of Ory.
5461

5562
The Ory Network and the Ory Enterprise License are commercial offerings designed to fund and accelerate the development of Ory
5663
Open Source. They enable long-term sustainability, support enterprise requirements, and provide capabilities that are difficult to
57-
deliver through open source alone such as multi-tenancy, analytics, SLAs, SRE support, high scalability, high availability,
64+
deliver through open source alone - such as multi-tenancy, analytics, SLAs, SRE support, high scalability, high availability,
5865
globally distributed low-latency infrastructure, and more.
5966

6067
Both Ory Network and the Ory Enterprise License are built on top of the [Ory Open Source](https://github.com/ory/) code base. They
6168
use the same APIs, features, and configurations, with enhancements tailored for multi-tenant architectures and enterprise-grade
6269
security and operations.
6370

64-
Ory is committed to continuing the growth of its open-source ecosystem making it even more accessible, customizable, and
71+
Ory is committed to continuing the growth of its open-source ecosystem - making it even more accessible, customizable, and
6572
developer-friendly. The commercial offerings play a key role in accelerating and sustaining the development of Ory Open Source.

0 commit comments

Comments
 (0)