Hacker News new | ask | show | jobs
by ogazitt 1568 days ago
By convention, we generate a package for every API definition in the OpenAPI spec. But the calling application can decide which package to use when authorizing an operation, so you can use a single policy for multiple endpoints.
1 comments

So this is basically a tool for generating and testing Rego policies from an OpenAPI spec. Very cool!