cloudflared-mirror/vendor/golang.org/x/xerrors
Sudarsan Reddy de07da02cd 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 08:42:25 +00:00
..
internal TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
LICENSE TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
PATENTS TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
README TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
adaptor.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
codereview.cfg TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
doc.go TUN-6772: Add a JWT Validator as an ingress verifier 2022-09-22 08:42:25 +00:00
errors.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
fmt.go TUN-6772: Add a JWT Validator as an ingress verifier 2022-09-22 08:42:25 +00:00
format.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
frame.go TUN-4961: Update quic-go to latest 2021-08-27 12:26:00 +01:00
wrap.go TUN-6772: Add a JWT Validator as an ingress verifier 2022-09-22 08:42:25 +00:00

README

This repository holds the transition packages for the new Go 1.13 error values.
See golang.org/design/29934-error-values.