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)