Is there any possibility to find out WHEN was granted access to Workbench server for specific users? Are there any logs or info in UI?
1 Like
Yes, you can check Workbench server access logs in Posit Workbench's audit logs. Look for authentication events in:
- System logs (
/var/log/secure
or/var/log/auth.log
for Linux-based servers). - Workbench logs (
/var/lib/rstudio-server/audit.log
). - UI (Admin Panel) – May show session history, depending on setup.
If detailed tracking isn’t enabled, consider configuring external logging (e.g., SIEM tools) for future audits.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.