Skip to content

noahingh/simple-envoy-ext-authz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple envoy ext_authz

Build

What's covered?

Envoy proxy support the external authorization i.e envoy.ext_authz in http filters. It'll cover you can mock the external authorization server when you have a test with Envoy.

Features

  • Authorized token
  • Additional Header in the response

Usage

Docker

$ docker run -p 50051:50051  ext-authz:0.1.0 -H foo=bar -H far=baz
# run server
2020/03/01 15:19:38 Starting gRPC Server at :50051, valid token: foo, headers: map[far:baz foo:bar].

Usage of server -grpcport string grpcport. (default ":50051") -token string authenticated token. (default "foo")

About

A simple envoy ext_authz server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published