Project

Profile

Help

Story #1984

closed

Allow distribute GPG key for each repo

Added by jiri.tyr@gmail.com almost 8 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

If I create a repo with the --gpg-key option, it would be nice to be able to publish the key via HTTP in order I could point to it from the YUM repo file using the "gpgkey" property.

Example:

$ cat /etc/yum.repos.d/epel.repo
[epel]
baseurl = http://mypulpserver/pulp/repos/epel/6/$basearch/
gpgcheck = 1
gpgkey = http://mypulpserver/pulp/path/to/the/epel.key
name = EPEL YUM repo

The best would be to have an extra distributor for that which would be added automatically when --gpg-key option is defined during the repo creation. The key could be published in http://server/pulp/keys/<repo-id>.gpg.

Also available in: Atom PDF