From 447f24a81bd8462309d68c63732c237f828af407 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Tue, 23 Jul 2019 14:01:17 +0200 Subject: [PATCH 1/2] ADOPTERS: replace Documentation/production-users.md, add Chef Signed-off-by: Stephan Renatus --- ADOPTERS.md | 6 ++++++ Documentation/production-users.md | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 ADOPTERS.md delete mode 100644 Documentation/production-users.md diff --git a/ADOPTERS.md b/ADOPTERS.md new file mode 100644 index 00000000..41a84234 --- /dev/null +++ b/ADOPTERS.md @@ -0,0 +1,6 @@ +# Adopters + +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). diff --git a/Documentation/production-users.md b/Documentation/production-users.md deleted file mode 100644 index f1b443bc..00000000 --- a/Documentation/production-users.md +++ /dev/null @@ -1,5 +0,0 @@ -# Production users - -This document tracks people and use cases for dex in production. [Join the community](https://github.com/dexidp/dex/), and help us keep the list up-to-date. - -- [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). From 7409d165410794f6ee1c4f0d4e422e6116009180 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Tue, 23 Jul 2019 16:58:26 +0200 Subject: [PATCH 2/2] ADOPTERS: add pusher Co-Authored-By: Joel Speed --- ADOPTERS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADOPTERS.md b/ADOPTERS.md index 41a84234..6fe505f6 100644 --- a/ADOPTERS.md +++ b/ADOPTERS.md @@ -4,3 +4,4 @@ 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). +- [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.