Charith Ellawala

Results 80 comments of Charith Ellawala

I think this would require introducing a new Admin API endpoint to: - Clear the entire compile cache (`DELETE /admin/cache?type=compile`) - Clear specific entries from the cache (`DELETE /admin/cache?type=compile&id=resource.x.v1`)

I believe that the `SSH_KNOWN_HOSTS` environment variable is meant to contain a list of file paths to read the known hosts files. So, you'd still have to mount the output...

There are couple of complications with this: - Variables should be forbidden from referencing `runtime.action` - We currently evaluate variables at the beginning of a policy. If variables are allowed...

Not at the moment. Schemas are used to validate the incoming requests but they are not used for checking the policy definitions themselves. It's something we are planning to do...

The [Flux fork of go-git](https://github.com/fluxcd/go-git) has just added support for multi-ack, which enables cloning Azure DevOps repos. However, there's no support for pull operations yet(?).

Thanks for reporting the issue. We haven't tested Cerbos with Azure DevOps but based on the comments by other go-git users and the upstream issues that you've already found, I...

Apologies if this is not the right place to ask this. Is the plan to unify the two AST data types into one in a future release? I am a...

@TristonianJones apologies for pinging you directly. I am stuck on the above issue of not being able to access the underlying `ast.Expr` of the `cel.Ast` without jumping through a lot...

Codecov upload step failed due to rate limiting.