Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport conditional user creation #600
Comments
This comment has been minimized.
This comment has been minimized.
|
I don't really like the idea of conditional anything in Ignition; it's a declarative spec. We're not perfect at it, but it's what we aim for. What we can do is something akin to (and simpler than) the partition reuse semantics. This would enable a config to say Thoughts? |
This comment has been minimized.
This comment has been minimized.
|
My understanding of the proposal is that Ignition would create the But yeah, adding the ability to delete users does seem like a nice solution. |
This comment has been minimized.
This comment has been minimized.
|
Given how we changed fcos to create |
This comment has been minimized.
This comment has been minimized.
|
Yeah, fine to close this in favor of #738 from my PoV. |
Splitting this out of discussion here:
coreos/afterburn#90 (comment)
Today CL precreates a
coreuser. Not all distributions will want to do that; I personally prefer the cloud-init semantic where it has a default user that's created dynamically if and only if you do not specify a different username.I suspect for most people who are defining a different user with Ignition than
corefor CL, thecoreuser is unused. And it could be a source of conflict if the machine is joined to a LDAP domain or whatever that happens to have acoreuser.