Heads up, starting noticing some fetch failures in...
# help
m
Heads up, starting noticing some fetch failures in our pull request tests this morning. Specifically, calls to cerbos were failing. We pull the latest image in our tests, so pinning to 0.26.0 should hopefully fix.
specifically looks like some policies are no longer valid
Copy code
policy.cerbos.yaml: file is not valid: [/variables: expected object, but got null]
Copy code
apiVersion: api.cerbos.dev/v1
variables: null
resourcePolicy:
  version: default
  ...
^ going to update our policies accordingly
c
Yeah, starting from Cerbos 0.27.0 we validate policy files against the JSON schema.
m
ah, gotcha 👌 will work to fix the generated policies we’re generating to avoid the above