microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 31 forks source link

Provide a way to obtain package names of loaded policies #239

Closed anakrish closed 4 months ago

anakrish commented 4 months ago

Engine::

closes #229

anakrish commented 4 months ago

CC @lquerel

@thedavemarshall You'd earlier asked for something like this. Does this help your use case?

lquerel commented 4 months ago

Perfect. Thanks

thedavemarshall commented 4 months ago

@anakrish this is awesome, thank you!

I've prepared some corresponding changes for the ruby bindings - https://github.com/microsoft/regorus/pull/240