StackGuardian / tirith

StackGuardian Policy Framework
Apache License 2.0
117 stars 37 forks source link

Tirith as an authz engine #164

Open refeed opened 2 months ago

refeed commented 2 months ago

Tirith has a provider called JSON that can evaluate a JSON text. If user requests are in the JSON format, we can evaluate it with Tirith, and Tirith can act as some kind of a authorization engine.

Need to brainstorm more about the pros and cons, implementation, performance requirements, and also whether it's worth implementing or not