Skip to content

Commit

Permalink
Added hacky way to allow queries over POST to the make-public CLI…
Browse files Browse the repository at this point in the history
… script
  • Loading branch information
namedgraph committed Aug 12, 2024
1 parent c237972 commit 4d7fae8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/admin/acl/make-public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ INSERT
{
<acl/authorizations/public/#this> acl:accessToClass def:Root, dh:Container, dh:Item, nfo:FileDataObject ;
acl:accessTo <../sparql> .
<acl/authorizations/public-sparql-post/#this> a acl:Authorization ;
acl:accessTo <../sparql> ;
acl:mode acl:Append . # hacky way to allow queries over POST
}
WHERE
{}
Expand Down

0 comments on commit 4d7fae8

Please sign in to comment.