List signing services by type
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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