package
0.0.0-20240912073317-d389ac12f416
Repository: https://github.com/choria-io/aaasvc.git
Documentation: pkg.go.dev

# Packages

Package actionlist is a Authorizer that looks at specific claims in a JWT token and allow requests based on the approved list of actions.
Package opa is a Authorizer that reads Open Policy Agent Rego policies from a `opa_policy` claim in a JWT token and allow requests based on evaluation of the policy The only query done against the policy is `choria.aaa.policy.allow`, you should write your policies default deny and allow only specific cases.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Authorizer is used to authorize a request based on its JWT claims.