deb_publications missing signing_service
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 29
- Forks
- 45
- Avg merge
- 4h 45m
- Merged PRs (30d)
- 1
Description
It doesn't appear that deb_publications supports signing_service (https://docs.pulpproject.org/pulp_deb/restapi.html#tag/Publications:-Apt/operation/publications_deb_apt_create)
httpie example:
http $AUTH POST $BASE_ADDR/pulp/api/v3/publications/deb/apt/ simple=true signing_service=$BASE_ADDR/pulp/api/v3/signing-services// repository=/pulp/api/v3/repositories/deb/apt//
It would be great to have this available to us in ansible. if possible.
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 deb_publications implementation in squeezer and compare its create parameters with the Pulp REST API's Publications: Apt create operation. Use the provided httpie example to verify the signing_service input is represented, and consider the work done when Ansible can pass that value through to the publication request.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ansible, python
- Domain
- api, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100