Hector Fernandez

Results 189 comments of Hector Fernandez

@oscarbetancurj I have tested it and I didn't manage to reproduce your problem. Perhaps there was some leftovers from a previous failed uninstallation. ``` ➜ helm install policy-controller -n cosign-system...

I am using helm v3.10.0, if you still face this issue we could try adding a cleanup job to ensure the webhooks are deleted.

The helm deletion doesn't check if there are policies left in the system.

@znewman01 Yes, that makes sense 👍🏻. I assumed that will happen once v2 is released or even later.

@wojciechka We are working on improvements regarding the overall performance of the controller. I agree we could improve that piece of code to be more effecting when pulling the signature,...

@wojciechka We have some work around the cache, but I don't have a specific date when this feature could land. I'll let you know as soon as I know.

@rnachire This is more a programatic knative question. If you really want to set some specific values without those been overwritten, you need to specify them here https://github.com/sigstore/policy-controller/blob/main/cmd/webhook/main.go#L144.

@wojciechka From a security point of view, I won't go this way and force everyone to use sha instead of tags. On the other hand, this could be possibly handled...