2.1.0 • Published 3 years ago

@motionbank/acl v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

acl

Manage ACL records

motion-bank-docker

About

A cote responder to manage ACL records.

Run

Execute bin/run.js from the root of the repo.

Get ACL record

socket.emit('acl:get', {
  id: '<RESOURCE ID>'
}, acl => console.log(acl))

Configure

You can set the following environment variables:

NAME=ACL                 # Name of the cote responder
KEY=null                 # Cote key
NAMESPACE=null           # Cote namespace

Docker

Available docker image: motionbank/ms-acl:latest

License

:copyright: 2020 Mainz University of Applied Sciences (Motion Bank Project) – Released under the MIT license