Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 674 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 674 Bytes

faas-middleware

HTTP middleware for OpenFaaS

Components

Concurrency Limiter

concurrency-limiter is a tool that can be used to limit the number of active inflight requests for a given http request handler.

JWT Authenticator middleware

The JWT authenticator middleware can be used to authorize http request for functions with IAM for OpenFaaS. The middleware verifies the permissions in the function claim of an OpenFaaS function access token that is set in the Authorization header of the request.

This middleware is used by the classic-watchdog and of-watchdog