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§

Constants§

Traits§

  • This repository stores policies for resources. 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.
  • This repository stores policies for resources types. 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.
  • This repository stores resources.

Functions§