cloudflared-mirror/ingress/middleware
Sudarsan Reddy 5d6b0642db TUN-6772: Add a JWT Validator as an ingress verifier
This adds a new verifier interface that can be attached to ingress.Rule.
This would act as a middleware layer that gets executed at the start of
proxy.ProxyHTTP.

A jwt validator implementation for this verifier is also provided. The
validator downloads the public key from the access teams endpoint and
uses it to verify the JWT sent to cloudflared with the audtag (clientID)
information provided in the config.
2022-09-22 14:44:03 +01:00
..
jwtvalidator.go TUN-6774: Validate OriginRequest.Access to add Ingress.Middleware 2022-09-22 13:43:15 +00:00
jwtvalidator_test.go TUN-6772: Add a JWT Validator as an ingress verifier 2022-09-22 14:44:03 +01:00
middleware.go TUN-6772: Add a JWT Validator as an ingress verifier 2022-09-22 08:42:25 +00:00
verifier.go TUN-6772: Add a JWT Validator as an ingress verifier 2022-09-22 14:44:03 +01:00