Skip to content

Commit

Permalink
Point to jwt_verify library in the Maistra repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcillera committed Jan 26, 2024
1 parent 9a3db28 commit a23dce7
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -768,17 +768,15 @@ REPOSITORY_LOCATIONS_SPEC = dict(
com_github_google_jwt_verify = dict(
project_name = "jwt_verify_lib",
project_desc = "JWT verification library for C++",
project_url = "https://github.com/google/jwt_verify_lib",
version = "c29ba4bdab2cc9a7b4d80d1d3ebff3bf5b9bf6e2",
sha256 = "5851ab1857edf46b31dc298fba984e1b7638f80a58f88a84a83402540643a99f",
project_url = "https://github.com/maistra/jwt_verify_lib",
version = "1898dba65da40c30cf9f2544c256039c3fb5fae0",
sha256 = "4db68b10a15f2025a77f5d2c1a35ab43d7d0bf3bf9b0f0d2fbfc0b43e1eedba2",
strip_prefix = "jwt_verify_lib-{version}",
urls = ["https://github.com/google/jwt_verify_lib/archive/{version}.tar.gz"],
urls = ["https://github.com/maistra/jwt_verify_lib/archive/{version}.tar.gz"],
use_category = ["dataplane_ext"],
extensions = ["envoy.filters.http.jwt_authn", "envoy.filters.http.gcp_authn"],
release_date = "2022-11-04",
extensions = ["envoy.filters.http.jwt_authn"],
release_date = "2024-01-26",
cpe = "N/A",
license = "Apache-2.0",
license_url = "https://github.com/google/jwt_verify_lib/blob/{version}/LICENSE",
),
com_github_maistra_bssl_wrapper = dict(
project_name = "BoringSSL compatibility layer",
Expand Down

0 comments on commit a23dce7

Please sign in to comment.