FaaSr / FaaSr-package

Function-as-a-Service package for R
https://faasr.io
Other
4 stars 8 forks source link

Improve credential management in Rstudio #85

Closed renatof closed 5 months ago

renatof commented 6 months ago

Currently, the user is expected to provide a file with credentials to the faasr function, in addition to the JSON workflow configuration. This can lead to the user having multiple files with credentials. A better approach would be to allow the user to configure credentials using environment variables instead of files, or to use an existing R package for credential management, if one exists and is sufficiently flexible.

spark0510 commented 6 months ago

What about askpass library? https://github.com/r-lib/askpass We can get user's input and save it in the variable.