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"].

Actions #1

Updated by ipanova@redhat.com about 7 years ago

Everything is correct, you should provide comma-separated list, then it gets parsed and saved as list.

Actions #2

Updated by mhrivnak about 7 years ago

It looks like the value should be an array when using the API, so I agree the docs need to be updated.

Actions #3

Updated by bizhang about 7 years ago

  • Triaged changed from No to Yes
Actions #4

Updated by bmbouter almost 7 years ago

  • Tags RCM added
Actions #5

Updated by bmbouter almost 5 years ago

  • Status changed from NEW to CLOSED - WONTFIX

Pulp 2 is approaching maintenance mode, and this Pulp 2 ticket is not being actively worked on. As such, it is being closed as WONTFIX. Pulp 2 is still accepting contributions though, so if you want to contribute a fix for this ticket, please reopen or comment on it. If you don't have permissions to reopen this ticket, or you want to discuss an issue, please reach out via the developer mailing list.

Actions #6

Updated by bmbouter almost 5 years ago

  • Tags Pulp 2 added
Actions #7

Updated by bmbouter almost 5 years ago

  • Tags deleted (RCM)

Also available in: Atom PDF