Skip to content

Commit

Permalink
make GET /projects endpoint public
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Mar 14, 2024
1 parent 592e00d commit d8abd1d
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 @@ -51,6 +51,7 @@ local uri = ngx.var.uri -- post-rewrite URI

if req_method == "GET" and (
uri == "/service-info" or
req_uri == "/api/metadata/api/projects" 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
Expand Down

0 comments on commit d8abd1d

Please sign in to comment.