Hello,
I have a RSConnect Server where some of the shiny apps deployed there are getting data from cloudera odbc databases, which have kerberos authentication.
If I set the authentication to PAM, then from rsc content UI, I can change the rus as current user to "Use the Unix account of current user" and the connection to odbc databses works fine.
However the option "Use the Unix account of current user" is only available for PAM authentication but I need to use LDAP.
In short, I need to run shiny apps with the unix account of the user who is running the app.
Is there any work arround to the above problem?
Thank you in advance!