Gatekeeper
Gatekeeper is an API mangement system with rich API entitlement functionality. It uses Envoyproxy as API gateway.
Table of Contents
Introduction
Gatekeeper provides API entitlement management:
Gatekeeper offers anapi to unlock Envoyproxy's advancing routing capabilities:
-
Gatekeeper supports TLS for downstream and upstream traffic.
-
Dynamic Routing: Gatekeeper can route traffic across multiple backends.
-
High Availability: by allowing retry behaviour to be configured per path to reduce error rates.
-
Health Checks: Gatekeeper can actively monitor backends.
-
Gatekeeper's authentication server has detailed metrics on authentication and authorization.
-
Envoyproxy provides detailed request metrics on error rates, response latencies, request size.
Deployment options:
-
Ease to deployment: deploy locally using docker compose or in Kubernetes cluster using helm chart.
-
Database: any Cassandra-CQL compatible database can be used: AWS Keyspaces, Azure CosmosDB and Apache Cassandra.
-
Designed for multi-region deployment by default.
Repository structure
-
docs: All documentation:
-
build: Scripts for packaging Gatekeeper components in Docker images.
-
deployment: example Docker compose configuration.
-
cmd: Source code of individual Gatekeeper components.
-
pkg: Source code of shared Gatekeeper components.
Contributing and support
Please note Gatekeeper is still under heavy development, but feel free to open a Github issue!
License
Apache v2, some of Gatekeeper's API is inspired by work created and shared by Google and used according to terms described in the Creative Commons 4.0 Attribution License
Disclaimer
Gatekeeper is current under heavy development.