I'm looking at the documentation for Authorization Timeout on RStudio Server, and I can't seem to find any information about the maximum value allowed for auth-timeout-minutes
in the /etc/rstudio/rserver.conf file.
Because I don't have sudo privileges, I'll have to ask my admins to change this. Preferably, I'd like it to almost never time out (for example, auth-timeout-minutes=262800
). But they might not want this. I'd like to know what my negotiation possibilities are and prevent them from setting it to a value that has no effect. Right now, it's at the default of 60 minutes, which is ridiculous.
Thanks for looking into this, and please consider adding to future documentation.