Closed ItzExotical closed 1 year ago
Does Cloudinit only allow up to 16 characters and does only the root user password allow @ characters?
Does Cloudinit only allow up to 16 characters and does only the root user password allow @ characters?
No, cloud-init does not have any hard-coded limit as far as I know, but knowing how sensitive it is, putting a max limit of 16 characters is pretty good. It's more than enough anyways. If they want longer passwords or want @, they can update the password on the VM. As per my testing, cloud-init won't allow @ in any cases. It does not matter if it is for the root account or a normal Linux user account.
With the first commit, I meant "Fix incorrect disk overallocation string when adding node".