Crate ockam_abac

source ·
Expand description

The ockam_abac crate is responsible for performing attribute based authorization control on messages within an Ockam worker system.

Re-exports

Modules

Structs

Enums

Traits

  • This repository stores policies. A policy is an expression which can be evaluated against an environment (a list of attribute names and values) in order to determine if a given action can be performed on a given resource.

Functions