Comment on Show HN: RBAC for your REST API in 2 minutesparentComments−ogazittOP4yBy 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.−itsronenh4ySo this is basically a tool for generating and testing Rego policies from an OpenAPI spec. Very cool!
Comments
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.
So this is basically a tool for generating and testing Rego policies from an OpenAPI spec. Very cool!