/envoy-jwt-logger

Envoy WASM plugin that logs JWT claims

Primary LanguageGoApache License 2.0Apache-2.0

Envoy JWT Logger

WASM plugin for Envoy that logs JWT claims

Requirements

  • Golang - 1.17 or higher
  • TinyGo
  • Envoy
  • Istio - 1.13 or higher for sidecar injection

Build

make build

Run

make run

Istio deployment

This includes a sample Istio deployment in _istio/httpbin.yaml that injects the WASM plugin in an httpbin app in the default namespace.