Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized on-upload package signing #3638

Open
pedro-psb opened this issue Jun 24, 2024 · 0 comments
Open

Optimized on-upload package signing #3638

pedro-psb opened this issue Jun 24, 2024 · 0 comments
Labels

Comments

@pedro-psb
Copy link
Member

Is your feature request related to a problem? Please describe.
When doing on-upload signing (#3425), the file makes an extra round trip to be reachable by workers:

  1. Unsigned Package is downloaded by API service as temporary uploaded file
  2. Unsigned Package is uploaded to storage as PulpTemporaryFile
  3. Unsigned Package is downloaded by worker, which then signs it
  4. Signed Package is uploaded to worker and temporary Unsigned Package gets deleted

Describe the solution you'd like
Cut out steps 2 and 3, which can get quite costly for larger RPMs packages.

Describe alternatives you've considered

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants