nginx-gateway-fabric icon indicating copy to clipboard operation
nginx-gateway-fabric copied to clipboard

SPIKE: Can we embed CRD schemas into NGF binary?

Open kate-osborn opened this issue 1 year ago • 0 comments
trafficstars

Problem: We re-validate some CRD fields in the code because we can't completely trust that the user will not remove/bypass the validation on the CRD. This means we are duplicating our validation of some fields.

This spike is to investigate whether we can embed the CRD schemas into the NGF binary and run them the validation in them against the resources.

kate-osborn avatar May 17 '24 15:05 kate-osborn