Skip to content

Commit

Permalink
authz tests no post
Browse files Browse the repository at this point in the history
  • Loading branch information
karolina-telicent committed Oct 30, 2024
1 parent 8620094 commit 38a9abf
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 56 deletions.
24 changes: 24 additions & 0 deletions scg-system/src/test/files/yaml/config-abac-tdb2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: "1.0"
prefixes:
- prefix: "authz"
namespace: "http://telicent.io/security#"
server:
name: "Fuseki server simple"
services:
- name: "ds"
endpoints:
- operation: query
settings:
- name: "upload"
operation: upload
database: "abac-tdb2-db"

databases:
- name: "abac-tdb2-db"
dbtype: ABAC
dataset: "dataset-under"
attributes: "attribute-store.ttl"

- name: "dataset-under"
dbtype: TDB2
location: "target/test-db"
Loading

0 comments on commit 38a9abf

Please # to comment.