Skip to content
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

Allow for box repo signature verification #43

Open
schaefi opened this issue Aug 23, 2021 · 1 comment
Open

Allow for box repo signature verification #43

schaefi opened this issue Aug 23, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@schaefi
Copy link
Contributor

schaefi commented Aug 23, 2021

At the moment the plugin provides a pre configured box config via kiwi_boxed_plugin/config/kiwi_boxed_plugin.yml.
The used download source points to Virtualization:Appliances:SelfContained and is considered a trusted source.

However it would be more flexible and secure if the config file would be a system wide setup e.g

/etc/kiwi_boxed_plugin.yml

which allows for an additional setting like:

box:
  -
    name: ...
    verify: signature_key

The provided signature_key file should be used to verify the signature of the box source

@schaefi schaefi added the enhancement New feature or request label Aug 23, 2021
@ellcs
Copy link

ellcs commented Aug 24, 2021

I would like to add following thoughts and questions:

  • Which key is currently used to sign the Kernel and Linux-System? If it is the OBS key, after installing the boxed-plugin the key should be already somewhere on the system, right? This key should be used by default then.
  • I also like the idea to configure the key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants