Skip to content

cch0/elasticsearch-accumulo-access-plugin

Repository files navigation

elasticsearch-accumulo-access-plugin

This repository contains the implementation of an Elasticsearch plugin for applying Accumulo's attribute-based-access-control (ABAC) to documents in Elasticsearch.


Support for different Elasticsearch and JDK Versions

The CIDCD pipeline for this project can be configured to support multiple different Elasticsearch and JDK versions. Each combination of Elasticsearch and JDK version will have its own plugin zip file created.

Based on your Elasticsearch version, you are free to choose the one that works best for your environment.


Usage

See usage for details.


How To Build

Prerequisites

  • Gradle: 8.x
  • JDK: 17 or above

Build

./gradlew clean build

Build Artifact

Build artifact is located under ./build/distributions directory.

>ls -l build/distributions

-rw-r--r--  1 xxx  staff  107036 Oct  9 07:59 accumulo-access-es_8.15.0-jdk_17-0.1.0.zip

Release Artifacts

When a new Github release is created, plugin zip files will be included as part of the release assets. Go to Release page and download the appropriate zip file.


Artifact naming convention

Plugin zip file has the following naming convention:

accumulo-access-es_${elasticsearch_version}-jdk_${java_major_version}-${plugin_version}.zip


Installation

Copy the zip file to the Elasticsearch server, for example, /plugins/accumulo-access.zip.

Execute the command to install the plugin

>pwd
/usr/share/elasticsearch

>bin/elasticsearch-plugin install file:///plugins/accumulo-access.zip

CICD Process

See cicd for details.


Acknowledgement

This project is inspired by the following works


About

Elasticsearch plugin for Applying Accumulo Access Control to Documents

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages