Charith Ellawala
Charith Ellawala
Hi. If I understood you correctly, you'd like to group the expectations by principal to avoid having to repeat each principal+resource+action combination?
Thanks. I definitely see the value of being able to group things to avoid the verbosity. Making the test framework less verbose and easier to use is one of the...
Thanks for bringing this to our attention. We never expected that resources would be named with wildcard characters and didn't think to restrict their usage. There are several places in...
Not sure why the managed-db tests fail and how to go about debugging them 🤔
Sounds good! Just like with `gofmt`, I think it'd be preferable to produce the diff to stdout by default and only rewrite the files if the user explicitly requests it...
Hey. Cerbos is actually a scratch image so there's no OS inside the container. However, the default user is indeed `root`. This is because there are some features that don't...
Nothing would be dropped. There'll be just permission errors from mounted volumes and so on *if* the permissions are not correctly set for the uid. It all depends on the...
@michaelalang I just did a quick test using the Cerbos Helm chart. This is all I had to add to the values file in addition to the normal configuration. ```yaml...
Sure. However, any CSI driver that supports `fsGroup` _should_ work and the issue is most likely down to the driver implementation or how the environment is configured. If you find...