This repository contains the implementation of a Neo4j plugin for applying Accumulo's attribute-based-access-control (ABAC) to nodes in Neo4j.
Prerequisites
- JDK: 17
Build
mvn clean package
Build Artifact
Build artifact is located under ./target
directory.
>ls -l target
-rw-r--r-- 1 cch staff 3899710 Jan 6 16:20 accumulo-access-0.10.0-SNAPSHOT.jar
When a new Github release is created, plugin jar file will be included as part of the release assets. Go to Release page and download the appropriate jar file.
Copy the jar file to the Neo4j server, for example, /plugins/accumulo-access.jar
and start the service.
See cicd for details.
See usage for details.