validation-overrides.xml with an allow tag that has an until
value of greater than 30 days fails to deploy without an error message
#32921
Milestone
Describe the bug
I tried to add the following, without first reading the documentation outlined here which describes that
until
can be at most 30 days in the future:I then get the following 400 response without an error message:
Once I fix the
until
date, I can successfully prepare the deployment.To Reproduce
Steps to reproduce the behavior:
vespa prepare
Expected behavior
A useful error message that points out the validation failure of the
until
date would aid with debugging.Environment (please complete the following information):
Vespa version
Image: vespaengine/vespa:8.444.18
Vespa CLI: 8.441.21
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: