DragonPomelo / trino-opa-example

Apache License 2.0
14 stars 2 forks source link

Implement caching in the `abac_api` #9

Closed nadavgross closed 10 months ago

nadavgross commented 10 months ago

The rego policies will have a lot of calls with the same parameters which obviously should return the same value. implement caching in order to ease on the api processing.