Story #5510
closedI would like to have an option to associate key-value pair to repository - former "Notes" field in Pulp 2
0%
Description
When we distribute official RH repositories in RHUI, we are providing them with GPG keys to validate signature of RPMs present in them. It makes sense to have this information connected to particular repository as there are options to have custom repositories with RPMs that are not signed.
Original Pulp 2 field looks like this:
'notes':
{'_repo-type': 'rpm-repo',
'redhat-gpg-key': '/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release'},
Related issues
Updated by fao89 about 5 years ago
- Tracker changed from Issue to Story
- Sprint/Milestone deleted (
3.0.0) - % Done set to 0
Updated by rchan over 4 years ago
Skullman - Is this the only use case for this field? Please ping us when are ready to start collaborating on the solution for this and we'll make sure all use cases are understood before we figure out a solution.
Updated by rchan over 4 years ago
Slightly related, we have provided ability to sign repos: https://pulp.plan.io/issues/4812
Also here is another related issue: https://pulp.plan.io/issues/6926
Updated by rchan over 4 years ago
We have a feature request to be able to sign and verify content. That feature has not been prioritized, but if such a feature is required by multiple stakeholders, we may want to look at providing this within Pulp vs. just providing the ability to store a gpg key.
Updated by Anonymous about 4 years ago
From RHUI team: key/value labeling of repositories is a must for RHUI4, as we need a way to store couple of attributes on per-repository basis:
- GPG key used for contained RPMs, if any
- base_path this repo is published under
- checksum_type (SHA1 or SHA256)
- repository group ("Red Hat", "custom", but could be few others)
- boolean whether this repo is protected and needs a cert to be accessed
- custom entitlement path for custom repos
There might be a couple of others as well that could pop up during the RHUI4 development.
Updated by ipanova@redhat.com about 4 years ago
- Related to Story #7127: Add object labels added
Updated by dalley almost 4 years ago
- base_path this repo is published under
- checksum_type (SHA1 or SHA256)
- boolean whether this repo is protected and needs a cert to be accessed
These seem like they can be handled through the relationship of distribution and "publish settings" attached to the repository.
Updated by daviddavis almost 4 years ago
- Status changed from NEW to CLOSED - CURRENTRELEASE
This should be solved by #7127. Please file a new issue or reopen this one if for some reason object labels don't fully meet your needs.