Skip to content

sourcenetwork/acp_core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACP Core

ACP Core is a Go module which exposes an Access Control Engine.

The access control paradigm it implements can be classified as "descentralized administration discretionary access control" as defined in [SS94]. In short, "Discretionary Access Control" means that object owners are allowed to share their objects with other actors, "descentralized administration" refers to the fact that an object owner can delegate the ability to share access with other actors.

The engine is designed to be multi tenant. It can accept multiple Policy definitions, each of which provides context isolation.

ACP Core was designed to be used as a library in some external context. Currently ACP core provides the logic and functionality required by SourceHub's ACP module.

Documentation

Development Instructions

Protobuff

Testing

Building

WASM

References:

SS94: https://ieeexplore.ieee.org/abstract/document/312842

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages