NBISweden / sda-cli

User command line interface for the SDA
GNU Affero General Public License v3.0
5 stars 1 forks source link

change the permission for the public key created by sda-cli to 644 #410

Closed nanjiangshu closed 2 months ago

nanjiangshu commented 5 months ago

Please describe the feature As a user, I want the default permission of the public key created by sda-cli to be all readable so that I know it can be shared with others. This is a feature requested by Joel during the sprint review on 2024-06-28

Currently the permission is 600 for both the public key and private key. Should be

-rw-r--r--   c4gh.pub.pem
-rw-------   c4gh.sec.pem 

Acceptance criteria

Additional context

Estimation of size: small/medium/big

Estimation of priority: low/medium/high