pulp / pulp/pulp-cli

List signing services by type

Open
#779 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature request
Dominant language
Python
Stars
43
Forks
52
Avg merge
11h 38m
Merged PRs (30d)
11

Description

Summary

When using signing services it is essential to use the correct type of signing service.
Using AsciiArmoredDetachedSigningService where the plugin expects AptReleaseSigningService won't work.

However, the pulp signing-service command does not appear to know a --type option.

Examples

I want to be able to do something like:

pulp signing-service --type AptReleaseSigningService list

To list just the signing services of the specified type.

Challenges

I am not sure how problematic it is that pulp signing-service is a pulpcore associated command, while many signing service types may be plugin specific.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the pulp signing-service command and its list entry point, then inspect how signing-service types are represented and how list options are tested. Confirm whether filtering can handle plugin-specific types; done means --type AptReleaseSigningService list returns only matching services without changing unfiltered listing.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.