Skip to content

williamd67/gatekeeper

 
 

Repository files navigation

Gatekeeper

Build pipeline Go Report Card

Gatekeeper is an Gatekeeper proxy with rich API entitlement functionality. It uses Envoy as a proxy.

Table of Contents

Introduction

Gatekeeper offers a simple REST api 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 has detailed metrics on authentication and authorization.

  • Envoyproxy offer detailed request metrics on error rates, response latencies, request size.

  • Ease of deployment: it consists out 3 containers and a Cassandra database as data store.

  • Designed for multi cloud region deployment by default.

Gatekeeper provides API entitlement management:

Repository structure

  • docs: All documentation:

    • Architecture High-level overview.

    • deployment: Deployment documentation of each component.

    • api: management API specification.

    • examples: Example management API calls.

  • 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.6%
  • Makefile 0.4%