Slackbot
03/23/2023, 8:53 AMShaul Kremer
03/23/2023, 9:27 AMShaul Kremer
03/23/2023, 9:35 AMOPAL_INLINE_OPA_LOG_FORMAT
environment variable to full
.
2. OPAL is pretty lightweight, so the easiest option is to run both the server and client on the same machine, which shouldn't cause any performance issues. Another option (assuming what you're doing is developing a policy) is to use OPAL scopes, set up a test scope on your main server, and just run a single client in that scope. You can read about OPAL scopes at https://docs.opal.ac/overview/scopes.Shaul Kremer
03/23/2023, 9:35 AMPhilip Claesson
03/23/2023, 9:55 AMPhilip Claesson
03/23/2023, 9:58 AMrepo/
data.json
domain/
shared.rego
applications/ # contains a lot of rego policies that depend on shared.rego and data.json
shared/ # contains a lot of rego policies that depend on shared.rego and data.json
would it be sufficient for me to add a manifest file like this in the root?
data.json
domain/shared.rego
and expect data.json and shared.rego to be loaded first, with anything else loaded in alphabetical order?Shaul Kremer
03/23/2023, 10:23 AMPhilip Claesson
03/23/2023, 10:27 AMShaul Kremer
03/23/2023, 10:34 AM