Skip to content

Commit

Permalink
chore: add missing katsu public_overview passthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Mar 13, 2024
1 parent f916024 commit fee6499
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/proxy_auth_v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ local uri = ngx.var.uri -- post-rewrite URI
if req_method == "GET" and (
uri == "/service-info" or
req_uri == "/api/metadata/api/public" or
req_uri == "/api/metadata/api/public_overview" or
req_uri == "/api/metadata/api/public_search_fields" or
req_uri == "/api/metadata/api/public_dataset"
) then
Expand Down

0 comments on commit fee6499

Please sign in to comment.