From 136f82ddd87730f59a50838b09005d6becfa2a7b Mon Sep 17 00:00:00 2001 From: Robert Walpole <183595007+robwtelicent@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:08:05 +0100 Subject: [PATCH] Fixed link to rdf-abac repo --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d842f7a..ce363d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # RDF ABAC Evaluator -This is a REST service encompassing the RDF ABAC label evaluation service. You can find out more at the [rdf-abac](https://github.com/Telicent-io/public-rdf-abac) repo for more details). - +This is a REST service encompassing the RDF ABAC label evaluation service. You can find out more at the [rdf-abac](https://github.com/telicent-oss/rdf-abac) Simply put, the evaluator calls the Access Service for user and hierarchy information, which is cached in an age-off manner, it then makes use of the rdf-abac evaluator to establish whether the given request evaluates true or false.