- Notifications
You must be signed in to change notification settings - Fork1k
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Description
We've gottenreports from a customer of failure to start/spin up a task because the domain name is too long. Note I changed the domain name in the error below to not include specific customer information. See the linked Slack thread for specifics.
It was brought up potentially using Subject Alternative Name (SAN) instead of CN.
Relevant Log Output
ValueError: Domain name [task-turquoise-elephant-71-name-redacted.direct.coder.dev.redacted.ab](http://task-turquoise-elephant-71-name-redacted.direct.coder.dev.redacted.ab/) is too long. Must be 64 characters or less. Please create a new workspace with a shorter name.
Expected Behavior
Tasks, regardless of the character count of the task name, should spin up without issue.
Steps to Reproduce
- Create a test user with a super long username
- Setup a deployment with a long domain name
- Create a task
Environment
tbd
Additional Context
No response