You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New DPP credentials are being appended to the /etc/cloud-pass file that can cause saving them without erasing old credentials. This will cause the DTS to use tthe old credentials, because DTS checks the first two lines of /etc/cloud-pass file.
How reproducible
100%
How to reproduce
Boot DTS
Provide credentials via option 4
Provide another credentials via option 4
Enter shell and use cat /etc/cloud-pass
See four lines printed instead of two
Expected behavior
/etc/cloud-pass should only contain two lines: the first one is the email and the second one is the password.
Actual behavior
/etc/cloud-pass might contain more then two lines.