forked from osbuild/images
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
blueprint: remove the sshkey customization
Both the sshkey and users customizations have been around since the beginning of time [1]. The users customization was always a superset of the sshkey, so we have code in blueprints to convert sshkeys into users. The blueprint code in images is not exposed directly to users. The code responsible for deserializing blueprint toml files lives in osbuild-composer and is directly translated to the equivalent types in osbuild/images. We can simplify the code and types here to only contain the customizations that are strictly necessary and we don't need to maintain backwards compatibility. The blueprint conversion code in osbuild-composer should convert all sshkeys to users before passing them down to osbuild/images functions. [1] 967b0e8
- Loading branch information
1 parent
cd83f86
commit 320f943
Showing
2 changed files
with
2 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters