I have set up a SPARQL endpoint on a public server with Jena Fuseki and i've uploaded my open data into it.
So i want users to be able to directly query the dataset without any authentication and in the the same time not being able to manipulate my data in the endpoint ( create new dataset , adding data to my dataset ect .. )
i've tried to do that with the shiro.ini with a basic auth of username and password , but that blocks everything even the query for the users.
Any help would be greatly appreciated