We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customer is attempting to add a Chef Infra Server to Chef Automate via the UI. The FQDN is coming back as Invalid, as the last bit of the FQDN is ".internal", which goes over the limit of up to 5 characters in length per the regex on that validator: ^(http://www.|https://www.|http://|https://)?[a-zA-Z0-9_]+([-.]{1}[a-zA-Z0-9]+).[a-zA-Z]{2,5}(:[0-9]{1,5})?(/.)?$
chef/customer-bugs#340
Steps to reproduce the behavior:
Automate should not throw "FQDN is invalid" error
Aha! Link: https://chef.aha.io/epics/SH-E-361
The text was updated successfully, but these errors were encountered:
SEAjamieD
No branches or pull requests
Describe the bug
Customer is attempting to add a Chef Infra Server to Chef Automate via the UI. The FQDN is coming back as Invalid, as the last bit of the FQDN is ".internal", which goes over the limit of up to 5 characters in length per the regex on that validator: ^(http://www.|https://www.|http://|https://)?[a-zA-Z0-9_]+([-.]{1}[a-zA-Z0-9]+).[a-zA-Z]{2,5}(:[0-9]{1,5})?(/.)?$
chef/customer-bugs#340
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Automate should not throw "FQDN is invalid" error
Screenshots
Aha! Link: https://chef.aha.io/epics/SH-E-361
The text was updated successfully, but these errors were encountered: