binaryalert
binaryalert copied to clipboard
Prefix minimum length?
Is there a reason for the unique name prefix requiring a minimum 4 character length?
In reference to cli/config.py
:
VALID_NAME_PREFIX_FORMAT = r'[a-z][a-z0-9_]{3,50}'
Good question @toringe , no specific reason that I can recall. I may have copied that regex from somewhere or just made it up. If you find a shorter prefix deploys just fine, feel free to submit a PR!
Thanks for flagging