SPARQL update API comments in permission_config.n3
Change security update comment from SSH to HTTPs. Adjust formatting to match rest of file.
This commit is contained in:
parent
8a0d8a2639
commit
e51da9ac4e
1 changed files with 5 additions and 5 deletions
|
@ -25,12 +25,12 @@ auth:ADMIN
|
||||||
auth:hasPermission simplePermission:UseAdvancedDataToolsPages ;
|
auth:hasPermission simplePermission:UseAdvancedDataToolsPages ;
|
||||||
auth:hasPermission simplePermission:UseMiscellaneousAdminPages ;
|
auth:hasPermission simplePermission:UseMiscellaneousAdminPages ;
|
||||||
auth:hasPermission simplePermission:UseSparqlQueryPage ;
|
auth:hasPermission simplePermission:UseSparqlQueryPage ;
|
||||||
auth:hasPermission simplePermission:PageViewableAdmin ;
|
auth:hasPermission simplePermission:PageViewableAdmin ;
|
||||||
|
|
||||||
# Uncomment the following permission line to enable the SPARQL update API.
|
# Uncomment the following permission line to enable the SPARQL update API.
|
||||||
# Before enabling, be sure that the URL api/sparqlUpdate is secured by SSH,
|
# Before enabling, be sure that the URL api/sparqlUpdate is secured by HTTPS,
|
||||||
# so passwords will not be sent in clear text.
|
# so passwords will not be sent in clear text.
|
||||||
# auth:hasPermission simplePermission:UseSparqlUpdateApi ;
|
#auth:hasPermission simplePermission:UseSparqlUpdateApi ;
|
||||||
|
|
||||||
# permissions for CURATOR and above.
|
# permissions for CURATOR and above.
|
||||||
auth:hasPermission simplePermission:EditOntology ;
|
auth:hasPermission simplePermission:EditOntology ;
|
||||||
|
|
Loading…
Add table
Reference in a new issue