Hello folks,
when doing some research about security settings in Stardog, I found this comment by zachary.whitley
Or you can use the super scary, there should probably be a way to disable it in production, sparql command
clear all. Or if you want to want to scream on the inside as you accidentally delete the wrong dbclear silient all.
How to remove all tripples without Drop database? - #3 by zachary.whitley
How is clear all considered in the Stardog Security Model? Is it just a write permission?
Is there a way to setup rights to allow a user to work on the data, for example write update queries with DELETE and INSERT but preventing the possibility to delete the entire database by accident?
Cheers,
Christian