gaborcsardi / secret

:closed_lock_with_key: Secure sharing of sensitive information in R packages
Other
102 stars 16 forks source link

Better user management #1

Closed gaborcsardi closed 7 years ago

gaborcsardi commented 7 years ago

It would be nice to specify users (email addresses) as arguments to arguments, instead of private keys...

gaborcsardi commented 7 years ago

For example, have a config file that specifies an email address -> private key mapping. Or sg like that.

But if we assume that a user usually uses a single key-pair, then this is not terribly important, we should just allow setting the key(s) via R options and also environment variables, and we are good.

andrie commented 7 years ago

I think this has already been implemented?