-
Notifications
You must be signed in to change notification settings - Fork 7
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
[sda-download] Implement header switch/re-encryption/deencryption #366
Comments
related to neicnordic/sda-download#4 ? |
a vault service that re-encrypts the header would work nicely here. |
3 tasks
pontus
changed the title
Implement re-encryption
[sda-download] Implement header switch/re-encryption
Oct 23, 2023
pontus
changed the title
[sda-download] Implement header switch/re-encryption
[sda-download] Implement header switch/re-encryption/deencryption
Oct 23, 2023
There is a strong use case for having reencryption/header rewriting/decryption as (at least one) separate microservice(s) as we strongly prefer to not have private key that can decrypt the entire archive within a process that is exposed to end users. |
Interface needs to be defined. |
done with #668 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a user sends a public key, re-encrypt the data
related params:
Also take a look at https://github.com/neicnordic/sda-download/blob/0aa5af3ce690a610c5c2b369dd9d0ef8d58468d7/internal/database/database.go#L173-L178
The text was updated successfully, but these errors were encountered: