neicnordic / sensitive-data-archive

https://neic-sda.readthedocs.io
3 stars 6 forks source link

[Auth] serve the full public key as base64 encoded string in the `info` endpoint #886

Open jbygdell opened 1 month ago

jbygdell commented 1 month ago

Please describe the feature As a user, I want the full public key in the info endpoint so that I don't have to do overly complex stuff to use it.

Acceptance criteria

Additional context The user should be able to do curl -sL HOSTNAME/info | jq -r '.public_key | @base64d' > pubkey.pem

Estimation of size: small

Estimation of priority: medium