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

[session] don't write the public key to disk #291

Open
jbygdell opened this issue Nov 28, 2023 · 0 comments · May be fixed by #464
Open

[session] don't write the public key to disk #291

jbygdell opened this issue Nov 28, 2023 · 0 comments · May be fixed by #464
Labels
Security Bad: Security problem

Comments

@jbygdell
Copy link
Contributor

jbygdell commented Nov 28, 2023

It should be possible to use the public key stored in the token without first having to write it back to disk.

Current implementation of sda-cli when it reads the c4gh pub key from the /info endpoint from sda-auth it writes it on disk again. This should not be the case.

A/C:

  • don't write the key to disk again once it is in memory
@viklund viklund added the Security Bad: Security problem label Aug 27, 2024
@jbygdell jbygdell linked a pull request Oct 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security Bad: Security problem
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants