From 1d3b2b5499f8fcccf64d5fa4c162185e3028770d Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Mon, 3 Nov 2025 09:57:30 +0000 Subject: [PATCH] Add Terrakube to Adopters (#4316) Signed-off-by: Dmitry Shurupov --- ADOPTERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 62880df7..88a835cb 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -23,3 +23,4 @@ This is a list of production adopters of Dex (in alphabetical order). - [LLMariner](https://llmariner.ai/) uses Dex for [user management](https://llmariner.ai/docs/features/user_management/). - [Pydio](https://pydio.com/) Pydio Cells is an open source sync & share platform written in Go. Cells is using Dex as an OIDC service for authentication and authorizations. Check out [Pydio Cells repository](https://github.com/pydio/cells) for more information and/or to contribute. - [sigstore](https://sigstore.dev) uses Dex for authentication in their public Fulcio instance, which is a certificate authority for code signing certificates bound to OIDC-based identities. +- [Terrakube](https://docs.terrakube.io/) relies on Dex for [user authentication](https://docs.terrakube.io/getting-started/deployment/user-authentication-dex). Its Helm chart uses Dex as a dependency.