Philippe Scorsolini

Results 221 comments of Philippe Scorsolini

We have to distinguish between schema-aware validation, now in beta, and simpler logical validation. The latter could be easily encoded in CEL rules in the input CRD Functions already produce,...

Note: with the ability for functions to request extra resources introduced in 1.15, function-patch-and-transform could now be able to reimplement schema-aware validation!

`function-patch-and-transform` could request back all the CRDs required to run the schema-aware validation locally. Unfortunately, the CRD name can not be computed deterministically given `APIVersion` and `Kind`, being it `.`....

Making TLS material available would be easy though, the harder part will be to have webhooks actually working and hitting a process external to the cluster, probably that would require...

This one too could be worth adding here: https://github.com/crossplane/crossplane/issues/4117 The benefits could be twofold, first users could be able to get updates automatically, second we could use it to keep...

We could add also https://github.com/crossplane/crossplane/issues/4266

#4266 is about XRDs, while #3991 is about Compositions and specific to the alpha schema-aware Composition validation, so I don't think it makes sense to add it there. I would...