From 8ee94343916926cdde4f045d3a0801e3c9d460df Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Tue, 6 Aug 2024 22:44:03 +0200 Subject: [PATCH] Update Solutions Auth.md --- Cheat Sheets/Solutions/Solutions Auth.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cheat Sheets/Solutions/Solutions Auth.md b/Cheat Sheets/Solutions/Solutions Auth.md index 05b14ecf4..cc2f32b15 100644 --- a/Cheat Sheets/Solutions/Solutions Auth.md +++ b/Cheat Sheets/Solutions/Solutions Auth.md @@ -7,3 +7,15 @@ This page is about non-cloud authn/authz solutions. - [aws vault](https://github.com/99designs/aws-vault) - CyberArk PAM - ARCON PAM + +## Auth Proxies + +- [Openshift OAuth proxy](https://github.com/openshift/oauth-proxy) (forked from bitly, work with plain k8s too) +- [pusher OAuth2 proxy](https://github.com/pusher/oauth2_proxy) (continued work of bitly) +- [Buzzfeed OAuth2 SSO](https://github.com/buzzfeed/sso) +- linkerd +- [Envoy](https://github.com/envoyproxy/envoy) (Istio) +- [Ambassador](https://github.com/datawire/ambassador) (Envoy based) +- Conjur + Auth Proxy +- [keyclock gatekeeper](https://github.com/keycloak/keycloak-gatekeeper) +- [Dex](https://github.com/dexidp/dex)