-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Autologin policy for cloud platform consoles #114
Comments
same here. we enable autologin when developing by using Maybe we could iimplement it but not enabled by default and make it configurable by the user somehow? |
Discussed in the meeting last week. No one spoke in favor of autologin by default.
Discussion in #112. |
Okay, let's not enable autologin by default on any platforms. I'll PR the design doc. |
PR in #132. |
Some cloud platforms (Azure, DigitalOcean, GCP, Packet) allow authenticated access to a VM's serial or VGA console for debugging purposes. Most Fedora CoreOS machines will not enable password-based login, so the console will generally only be useful for obtaining log messages.
For convenience of debugging, we could enable automatic login on the console on these platforms. Implications:
Container Linux on Packet enables autologin by default. (Packet's provisioner generally sets a unique root password on every system, which is then exposed via the Packet API; this approach is an alternative.) On other cloud platforms, Container Linux disables autologin by default.
I'd tend to favor not enabling autologin by default, but thought it was worth bringing up.
The text was updated successfully, but these errors were encountered: