From 56f8e60545fec9be7111eff0b0b3b4bee9da1186 Mon Sep 17 00:00:00 2001 From: Tanmay Mohapatra Date: Tue, 23 Jul 2019 17:31:40 -0400 Subject: [PATCH] Update Adopters.md Adding JuliaBox to the list of production adopters of Dex. --- ADOPTERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 6fe505f6..86cfc6b5 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -4,4 +4,5 @@ This is a list of production adopters of Dex (in alphabetical order): - [Banzai Cloud](https://banzaicloud.com) is using Dex for authenticating to its Pipeline control plane and also to authenticate users against provisioned Kubernetes clusters (via Kubernetes OIDC support). - [Chef](https://chef.io) uses Dex for authenticating users in [Chef Automate](https://automate.chef.io/). The code is Open Source, available at [`github.com/chef/automate`](https://github.com/chef/automate). +- [JuliaBox](https://juliabox.com/) is leveraging federated OIDC provided by Dex for authenticating users to their compute infrastructure based on Kubernetes. - [Pusher](https://pusher.com) uses Dex for authenticating users across their Kubernetes infrastructure (using Kubernetes OIDC support) in conjunction with the [OAuth2 Proxy](https://github.com/pusher/oauth2_proxy) for protecting web UIs.