old_mixer_repo
old_mixer_repo copied to clipboard
provide the config validator
Mixer needs to validate the configs, so that the mixer configs are properly formed. This will be done through:
- [ ] the validation through k8s external admission webhook
- [ ] also, another webhook in the same format -- since k8s webhooks are still in alpha status
Its featureset should be:
- [ ] structural validations for the proto format
- [ ] validation of expression languages
- [ ] referential integrity among config objects
also:
- [ ] istioctl change to make the validation regardless of the webhook availability
#1218 does the structural validation through webhook