(Updated as per Nea's suggestion in the mailing list, to reflect that for the agent, we want either the python or the rust-based agent installed, not both concurrently.) |
(Add trackers) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 17: | Line 17: | ||
== Current status == | == Current status == | ||
[[Category: | [[Category:ChangeAcceptedF36]] | ||
<!-- When your change proposal page is completed and ready for review and announcement --> | <!-- When your change proposal page is completed and ready for review and announcement --> | ||
<!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | <!-- remove Category:ChangePageIncomplete and change it to Category:ChangeReadyForWrangler --> | ||
Line 37: | Line 37: | ||
* [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/KRP7AF7PGQ3AKX5VFRGIU7OHUR52C3TE/ devel list thread] | * [https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/KRP7AF7PGQ3AKX5VFRGIU7OHUR52C3TE/ devel list thread] | ||
* FESCo issue: [https://pagure.io/fesco/issue/2716 #2716] | * FESCo issue: [https://pagure.io/fesco/issue/2716 #2716] | ||
* Tracker bug: | * Tracker bug: [https://bugzilla.redhat.com/show_bug.cgi?id=2045874 #2045874] | ||
* Release notes tracker: | * Release notes tracker: [https://pagure.io/fedora-docs/release-notes/issue/793 #793] | ||
== Detailed Description == | == Detailed Description == | ||
Line 124: | Line 124: | ||
# Install the subpackages individually and see if they function as expected | # Install the subpackages individually and see if they function as expected | ||
# Install the meta package (keylime) and see if it pulls all the subpackages | # Install the meta package (keylime) and see if it pulls all the subpackages | ||
# Selectively install a package that provides the keylime-agent functionality: either keylime-agent-rust (Rust-based) or (python-)keylime-agent (Python-based); they should conflict with each other, so that we should have only one of them installed | # Selectively install a package that provides the keylime-agent functionality: either keylime-agent-rust (Rust-based) or (python-)keylime-agent (Python-based); they should conflict with each other, so that we should have only one of them installed at a time | ||
Latest revision as of 20:25, 25 January 2022
Keylime subpackaging and agent alternatives
Summary
The keylime package will be split into subpackages per role (agent, registrar, verifier, and admin components), while allowing the alternative agent implementation in Rust.
Owner
- Name: Sergio Correia, Daiki Ueno
- Email: scorreia@redhat.com, dueno@redhat.com
Current status
- Targeted release: Fedora Linux 36
- Last updated: 2022-01-25
- devel list thread
- FESCo issue: #2716
- Tracker bug: #2045874
- Release notes tracker: #793
Detailed Description
The current Keylime package available in Fedora provides all the components as a single package. To support the usage scenarios where only agent or management component is deployed on a specific host, we plan to split the package into subpackages per role. This change also enables the alternative Keylime agent implementation in Rust, which will eventually be preferred over the Python implementation.
Feedback
Benefit to Fedora
This makes it easier to deploy Keylime agent in IoT or Fedora CoreOS spins and thus enable remote attestation without installing full dependencies of Keylime.
Scope
- Proposal owners:
- The keylime package will provide subpackages (keylime-agent, keylime-registrar, etc)
- The keylime package will be a meta package that will install all the subpackages
- The Rust based agent will be packaged along with its build dependencies
- Both keylime-agent implementations, one written in Python, the other written in Rust, will be selectively installable through RPM's installable alternatives framework, similar to how we can select beween PipeWire/PulseAudio and pipewire-media-session/wireplumber.
- Other developers: N/A (not a System Wide Change)
- Release engineering: #Releng issue number N/A (not a System Wide Change)
- Policies and guidelines: N/A (not needed for this Change)
- Trademark approval: N/A (not needed for this Change)
- Alignment with Objectives:
Upgrade/compatibility impact
The keylime package will remain as a meta package for the compatibility with the current packaging.
How To Test
- Make sure that your systems meet the requirement to run either Keylime agent or other components, as described in the documentation
- Install the subpackages individually and see if they function as expected
- Install the meta package (keylime) and see if it pulls all the subpackages
- Selectively install a package that provides the keylime-agent functionality: either keylime-agent-rust (Rust-based) or (python-)keylime-agent (Python-based); they should conflict with each other, so that we should have only one of them installed at a time
User Experience
No visible change should be observed by the existing users.
Dependencies
N/A (not a System Wide Change)
Contingency Plan
- Contingency mechanism: (What to do? Who will do it?) N/A (not a System Wide Change)
- Contingency deadline: N/A (not a System Wide Change)
- Blocks release? N/A (not a System Wide Change), No
Documentation
N/A (not a System Wide Change)