Skip to content

Commit

Permalink
chore: rm authz exemption for now-removed katsu endpoint
Browse files Browse the repository at this point in the history
public_dataset replaced by /api/projects
  • Loading branch information
davidlougheed committed Oct 1, 2024
1 parent bde9b86 commit 98b68cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/proxy_auth_v2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ if (req_method == "GET" or req_method == "OPTIONS") 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" or
req_uri_no_qp == "/api/metadata/api/public_rules" or
req_uri_no_qp == "/api/metadata/api/extra_properties_schema_types" or
req_uri_no_qp:sub(1, 26) == "/api/metadata/api/schemas/" or
Expand Down

0 comments on commit 98b68cd

Please sign in to comment.