Skip to content

Commit

Permalink
proxy: start of jwk cache (#8690)
Browse files Browse the repository at this point in the history
basic JWT implementation that caches JWKs and verifies signatures.

this code is currently not reachable from proxy, I just wanted to get
something merged in.
  • Loading branch information
conradludgate committed Aug 14, 2024
1 parent 6c9e3c9 commit a7028d9
Show file tree
Hide file tree
Showing 7 changed files with 872 additions and 19 deletions.
Loading

1 comment on commit a7028d9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2156 tests run: 2086 passed, 1 failed, 69 skipped (full report)


Failures on Postgres 16

  • test_forward_compatibility: debug
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_forward_compatibility[debug-pg16]"
Flaky tests (1)

Postgres 16

  • test_layer_bloating: debug

Test coverage report is not available

The comment gets automatically updated with the latest test results
a7028d9 at 2024-08-14T13:30:16.155Z :recycle:

Please sign in to comment.