Skip to main content

Module policy

Module policy 

Source
Expand description

§Policy enforcement

Policy enforcement in Keystone is delegated to the Open Policy Agent. It can be invoked either with the HTTP request or as a WASM module.

Structs§

Credentials
OpenPolicyAgent Credentials object.
OpaResponse
The OpenPolicyAgent response.
PolicyEvaluationResult
The result of a policy evaluation.
Violation
A single violation of a policy.

Enums§

EvaluationError
PolicyError
Policy related error.

Traits§

PolicyEnforcer