-
Hi, how can we config delta fuseki so that it supports basic authentication with username and password for security? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
afs
Nov 7, 2022
Replies: 2 comments
-
Delta Fuseki is the normal Apache Jena Fuseki Main with datasets that understand patch handling. https://jena.apache.org/documentation/fuseki2/fuseki-data-access-control.html
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ll13j1209
-
Great! Thank you for the explanation! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Delta Fuseki is the normal Apache Jena Fuseki Main with datasets that understand patch handling.
https://jena.apache.org/documentation/fuseki2/fuseki-data-access-control.html
--auth basic --passwd=_<jetty passwd file>_
--help
will show you the full list of arguments.