fairDataSociety / fdp-cli

Command-line interface implementation for fdp-storage
Apache License 2.0
1 stars 0 forks source link

Store main account password in OS env #50

Open IgorShadurin opened 1 year ago

IgorShadurin commented 1 year ago

After implementation #36, it would be nice to have a mechanism that would allow a user not to constantly enter a password to interact with an account. I suggest reading the account password from the OS environment using the FDP_CLI_PASSWORD key as an additional option instead of manually entering it.

@nugaon wdyt?

nugaon commented 1 year ago

it seems a bit insecure for me tbh, but we can have that for CI action purposes if one uses fdp-cli to interact with the personal storage.