Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrsaints/cloudflare-ext-authz-service
An Envoy External Authorization (ext_authz) service for ensuring requests are authenticated through Cloudflare Access, built with Contour in mind.
https://github.com/mrsaints/cloudflare-ext-authz-service
access authentication authorization cloud-native cloudflare contour envoy ext-authz ingress kubernetes oidc proxy sso zero-trust
Last synced: 10 days ago
JSON representation
An Envoy External Authorization (ext_authz) service for ensuring requests are authenticated through Cloudflare Access, built with Contour in mind.
- Host: GitHub
- URL: https://github.com/mrsaints/cloudflare-ext-authz-service
- Owner: MrSaints
- License: other
- Created: 2021-01-19T21:53:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T00:37:38.000Z (about 1 year ago)
- Last Synced: 2024-11-19T12:52:56.777Z (2 months ago)
- Topics: access, authentication, authorization, cloud-native, cloudflare, contour, envoy, ext-authz, ingress, kubernetes, oidc, proxy, sso, zero-trust
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudflare-ext-authz-service
An [Envoy](https://www.envoyproxy.io/) [External Authorization (ext_authz)](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter) service for ensuring requests are authenticated through [Cloudflare Access](https://www.cloudflare.com/teams/access/), built with [Contour](https://projectcontour.io/) in mind.
_This is still under development. It works, but use at your own risk._
---
**Why do I need this?**
To quote from Cloudflare's [documentation](https://developers.cloudflare.com/access/advanced-management/validating-json):
> To fully secure your application, you must ensure that no one can access your origin server directly and bypass the zero trust security checks Cloudflare Access enforces for the hostname. For example, if someone discovers an exposed external IP they can bypass Cloudflare and attack the origin directly.
In sum, this `ext_authz` service implementation is used to ensure requests are verified to be originating from Cloudflare, and not through direct access. It mitigates the need to build that logic into a sidecar proxy or into your application itself as you can instead configure your Ingress controller to delegate the authN to this service.