Skip to content

Commit

Permalink
Update Solutions Auth.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Aug 6, 2024
1 parent 2e3da10 commit 8ee9434
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cheat Sheets/Solutions/Solutions Auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8ee9434

Please sign in to comment.