ory / oathkeeper

A cloud native Identity & Access Proxy / API (IAP) and Access Control Decision API that authenticates, authorizes, and mutates incoming HTTP(s) requests. Inspired by the BeyondCorp / Zero Trust white paper. Written in Go.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=hydra
Apache License 2.0
3.2k stars 349 forks source link

chore: bump ory/herodot #1124

Closed alnr closed 11 months ago

alnr commented 11 months ago

Also minor dependency cleanup. This should help with client-canceled requests showing up as 500 errors in logs. They should now be reported as 499s.

codecov[bot] commented 11 months ago

Codecov Report

Merging #1124 (d0407d2) into master (75eb682) will not change coverage. Report is 2 commits behind head on master. The diff coverage is n/a.

:exclamation: Current head d0407d2 differs from pull request most recent head b1826f8. Consider uploading reports for the commit b1826f8 to get more accurate results

@@           Coverage Diff           @@
##           master    #1124   +/-   ##
=======================================
  Coverage   78.22%   78.22%           
=======================================
  Files          80       80           
  Lines        3863     3863           
=======================================
  Hits         3022     3022           
  Misses        566      566           
  Partials      275      275           
Files Changed Coverage Δ
pipeline/authn/authenticator_bearer_token.go 74.24% <ø> (ø)
pipeline/authn/authenticator_cookie_session.go 80.18% <ø> (ø)
pipeline/authn/authenticator_jwt.go 83.05% <ø> (ø)
...peline/authn/authenticator_oauth2_introspection.go 80.00% <ø> (ø)
pipeline/errors/when.go 72.11% <ø> (ø)