Open
Description
Nomad version
v1.10.2
Operating system and Environment details
Debian Bookworm
Issue
I want to store a large file (250KB) as a Nomad variable.
Clicking on the "Save variables" button returns this error:
Error saving nomad/jobs/my-job
Invalid name. Name must contain only alphanumeric or "-", "_", "~", or "/" characters, and be fewer than 128 characters in length.
Expected Result
The error message is wrong. It's not the name that is invalid, but the value. Show the following or a similar error message instead:
Error saving nomad/jobs/my-job
Invalid value. Value must contain only alphanumeric or "-", "_", "~", or "/" characters, and be fewer than 128 characters in length.
Ideally, showing the character limit also in the "Editing nomad/jobs/my-job" view would be nice.
Metadata
Metadata
Assignees
Type
Projects
Status
Done