A gRPC-based ACL (Access Control List) microservice built on condor-framework and the acl library. Version 0.0.5, last updated in 2018, no recent releases. It wraps acl's memory, Redis, or MongoDB backends into a gRPC service. Differentiator: exposes acl methods via gRPC proto, enabling cross-language ACL management. Requires condor-framework >=1.5.1 and acl >=0.4.10 as peer dependencies. Minimal documentation, no active maintenance.
npm install grpc-aclNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to start a gRPC ACL server with memory backend using require().
Migrate to a maintained authorization service.
Run: npm install acl condor-framework
Set options.aclProtoFilePath to a custom path if needed.
Run: npm install grpc-acl acl condor-framework
Use: const AclServer = require('grpc-acl').AclServer;