Skip to content

Commit

Permalink
forCI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-bermudo committed Feb 12, 2024
1 parent f7addf6 commit 1bbc6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion silence/server/endpoint_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ def make_endpoint_data(name, route, method, table_name, cols, pk):
"method": method,
"sql": sql,
"request_body_params": cols,
"auth_required": method != "GET",
# "auth_required": method != "GET",
"auth_required": True, # for CI testing
"allowed_roles": ["*"],
}

Expand Down

0 comments on commit 1bbc6c9

Please sign in to comment.