In an effort to keep db credentials completed separate from our R scripts and specifically github, the team I work on stores these things in our r profile files.
We are looking into hosting dashboards / apps on shinyapps.io and according to the docs, it would appear that this practice is not compatible. The suggestion I found in the docs is to utilize the config package. Unless I'm misunderstanding, this practice still amounts to including the un/pw values in code it would just be in a separate config file deployed to shinyapps and version controlled in github.
My questions are:
- Is my understanding correct?
- How are other users of shinyapps.io appropriately dealing with this secure information?