Skip to content

example of using envoy w/ external authz service potentially as a sidecar.

Notifications You must be signed in to change notification settings

kholmgren/envoy-authz

 
 

Repository files navigation

Envoy w/ external auth example

Quick Start

build authz server

mvn clean install

startup envoy , authz server and a service that is behind envoy

docker-compose build && docker-compose up -d

run test scripts

test.sh

Headers: Authorization: Bearer foo --> allowed other tokens are forbidden

About

example of using envoy w/ external authz service potentially as a sidecar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 91.9%
  • Shell 3.4%
  • Python 2.9%
  • Dockerfile 1.8%