Skip to content

Commit

Permalink
Merge pull request #17 from bento-platform/feat/discovery
Browse files Browse the repository at this point in the history
feat: public metadata rules endpoint
  • Loading branch information
davidlougheed authored Jul 15, 2024
2 parents 9736c46 + 9629bd7 commit bca31c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/proxy_auth_v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ if req_method == "GET" and (
req_uri_no_qp == "/api/metadata/api/public" or
req_uri_no_qp == "/api/metadata/api/public_overview" or
req_uri_no_qp == "/api/metadata/api/public_search_fields" or
req_uri_no_qp == "/api/metadata/api/public_dataset"
req_uri_no_qp == "/api/metadata/api/public_dataset" or
req_uri_no_qp == "/api/metadata/api/public_rules"
) then
goto script_end
end
Expand Down

0 comments on commit bca31c6

Please sign in to comment.