To be more precise, I'm configuring rstudio workbench to launch session in Kubernetes, to do so, i have to provide an auth-token in launcher.kubernetes.conf which is dangerous to be in cleare text format. as it can be used to have full access to the namespace rstudio.
so the question is there a way to crypte that data or the config file by rstudio workbench ?
Regards.