old_mixer_repo icon indicating copy to clipboard operation
old_mixer_repo copied to clipboard

provide the config validator

Open jmuk opened this issue 8 years ago • 1 comments

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

jmuk avatar Oct 20 '17 18:10 jmuk

#1218 does the structural validation through webhook

jmuk avatar Oct 20 '17 18:10 jmuk