RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2120651 - Add beta keys to default-policy.json
Summary: Add beta keys to default-policy.json
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: containers-common
Version: 8.7
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jindrich Novy
QA Contact: Yuhui Jiang
URL:
Whiteboard:
Depends On:
Blocks: 2120653
TreeView+ depends on / blocked
 
Reported: 2022-08-23 13:18 UTC by Jindrich Novy
Modified: 2022-11-08 09:35 UTC (History)
1 user (show)

Fixed In Version: containers-common-1-40.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2120653 (view as bug list)
Environment:
Last Closed: 2022-11-08 09:16:44 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-131980 0 None None None 2022-08-23 13:25:37 UTC
Red Hat Product Errata RHSA-2022:7457 0 None None None 2022-11-08 09:17:17 UTC

Description Jindrich Novy 2022-08-23 13:18:45 UTC
Description of problem:
The released container images are signed with the release/production key.  Images categorized as "Beta" are signed with the beta GPG Key.  Extend policy.json to support a list of files containing trusted keys. This could be via a new keyPaths (plural) field which accepts an array of strings, or by allowing keyPath to accept either a string or array of strings. 

Proposed fix:
diff --git a/default-policy.json b/default-policy.json
index 7ed16d6..eb5934e 100644
--- a/default-policy.json
+++ b/default-policy.json
@@ -10,14 +10,14 @@
                {
                    "type": "signedBy",
                    "keyType": "GPGKeys",
-                   "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
+                   "keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"]
                }
            ],
            "registry.redhat.io": [
                {
                    "type": "signedBy",
                    "keyType": "GPGKeys",
-                   "keyPath": "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release"
+                   "keyPaths": ["/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release", "/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta"]
                }
            ]
        },

Comment 1 Jindrich Novy 2022-08-23 13:20:53 UTC
Related JIRA reference: https://issues.redhat.com/browse/RHELPLAN-118470

Comment 5 errata-xmlrpc 2022-11-08 09:16:44 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: container-tools:rhel8 security, bug fix, and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2022:7457


Note You need to log in before you can comment on or make changes to this bug.