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

Blob Service: Signature File Generation, Missing REST Endpoint for Download #29

Open
MGTheTrain opened this issue Feb 1, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@MGTheTrain
Copy link
Owner

Describe the bug
The signing process in the Blob Service is not functioning correctly. The generated signature content is not being uploaded as expected. Additionally, there is no REST endpoint available to download the signature file once it's uploaded.

To Reproduce
Steps to reproduce the behavior:

  1. Generate an RSA or EC key pair
  2. Initiate the file signing process in the Blob Service on POST '/api/v1/cvs/blobs' by selecting a file to upload and the signing key id (the private key of the generated key pair)
  3. No endpoint available for downloading the signature file or verifying integrity of the signed file trough the system

Expected behavior

The expected behavior is for the generated signature file iscorrectly uploaded to the Blob Service. Additionally, a REST endpoint should be available to allow users to download the signature file when needed.

Screenshots
/

Hardware specs (please complete the following information):

OS: Linux Debian
Version: 12
Additional context
The issue needs to be addressed by fixing the signature generation and upload process and implementing a REST endpoint for downloading signature files. This update will ensure smoother operation for users handling signed files in the Blob Service.

@MGTheTrain MGTheTrain added the bug Something isn't working label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant