Add GraphDB Authorization flags
This commit is contained in:
parent
8dfdbec90a
commit
a76a4d3a0d
5 changed files with 21 additions and 7 deletions
|
|
@ -52,10 +52,10 @@ dockerized_mysql -e "FLUSH PRIVILEGES;"
|
|||
|
||||
# Clear the GraphDB repository.
|
||||
log_info " => Deleting GraphDB user '$GRAPHDB_USER'"
|
||||
curl -X DELETE http://127.0.0.1:7200/rest/security/user/$GRAPHDB_USER/
|
||||
curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/security/user/$GRAPHDB_USER/
|
||||
|
||||
log_info " => Deleting GraphDB repository '$GRAPHDB_REPO'"
|
||||
curl -X DELETE http://127.0.0.1:7200/rest/repositories/$GRAPHDB_REPO/
|
||||
curl $GRAPHDB_AUTH_FLAGS -X DELETE http://127.0.0.1:7200/rest/repositories/$GRAPHDB_REPO/
|
||||
|
||||
# Delete the directory
|
||||
log_info " => Deleting '$INSTANCE_BASE_DIR'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue