DragonPomelo / trino-opa-example

Apache License 2.0
14 stars 2 forks source link

`load_opa_policies.py` does not handle dependencies between policies #27

Closed nadavgross closed 10 months ago

nadavgross commented 10 months ago

We will need to solve this in let say "not ideal" way. we will name each folder in the policies folder i_package where i is the index and package is the folder name.

in the python code we will need to read the folders sorted by the i value and split the folder name so that the package name is without the index value

this solution is only temporary and @shohamyamin will check for a long term solution