We load our ODBC.ini as a secret in the Workbench, depending on the AD group, via JSON override. That works great for the Workbench.
Publishing the same app as a Shiny app to Connect does not work this way.
What is the best practice to provide this ODBC connection to Connect? The data scientists do not know the passwords, so these should remain in a secret and not be entered later via environment variables.
It is actually described here: Creating a Shiny app that interacts with a database - Posit
But is there a more elegant solution? For example, passing the entire connection string to Connect?
Thank you in advance for your help.
BR, Arno