Slackbot
09/18/2023, 2:38 PMOr Weis
09/18/2023, 3:11 PMRo'e Katz
09/19/2023, 8:45 AMPATCH method in data updates.
This change would be more suspicious as it has to do with the actual execution of OPA, Although I also don’t see why it should have any affect.
Another option is OPA somehow changed its CLI behavior (although found nothing suspicious in change log).
I will take a deeper look, hopefully get to it tomorrow.Ro'e Katz
09/20/2023, 1:24 PMOPAL 0.7.4 that uses an older OPA 0.55.0 ).
This change means that OPA treats any .tar.gz as a bundle - which means it takes over the policy & data roots (overwriting any other files supplied).
Breaking changes in OPA are generally out of our control. I can suggest:
1. trying to add the external data file to the tar file.
2. extracting the tar and passing it to opa as a directory (so it won’t be read as a bundle).
3. Maybe this guide can help? - https://www.openpolicyagent.org/docs/latest/management-bundles/#multiple-sources-of-policy-and-dataOr Weis
09/20/2023, 1:35 PMStephan Renatus
09/20/2023, 1:36 PMStephan Renatus
09/20/2023, 1:38 PMOr Weis
09/20/2023, 1:41 PMHeng Tan
09/20/2023, 3:01 PM