Jesum Yip
01/31/2023, 1:37 AMcerbos compile
with the --tests
parameter.
3. #2 completes with exit code 0 - great, everything checks out.
4. then what do you do next? in your git actions / ci, do you git clone
, git add
, git commit
, git push
to another repo / folder that the production version of cerbos is watching so that it will get the set of policies from #1?/prod_policies
folder in your repo together with /beta_policies
? and then you run the test suites against the /beta_policies
folder and when testing passes, you copy all of them into /prod_policies
?/prod_policies
and /beta_policies
should be a complete mirror of each other.prod_policies
and beta_policies
have the same policy version values?Charith (Cerbos)
01/31/2023, 9:26 AM