Project

Profile

Help

Issue #2569

closed

allowed_keys documented as wrong type

Added by rmcgover about 7 years ago. Updated almost 5 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
Master
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Pulp 2
Sprint:
Quarter:

Description

At time of writing, https://docs.pulpproject.org/plugins/pulp_rpm/tech-reference/yum-plugins.html#yum-importer says:

"allowed_keys Comma-separated list of allowed signature key IDs that imported packages can be signed with."

I don't think that's correct, is it? "Comma-separated list" sounds like I should use a string with multiple values separated by commas, as in "a1b2c3d4,b2c3d4e5", but judging from the code and autotests, the field actually accepts an array, so I should use ["a1b2c3d4", "b2c3d4e5"].

Also available in: Atom PDF