rstudio / connectapi

An R package for interacting with the RStudio Connect Server API
https://pkgs.rstudio.com/connectapi/
Other
42 stars 25 forks source link

Feature request: improve `audit_access_open` function #220

Open gsingh91 opened 5 months ago

gsingh91 commented 5 months ago

The current audit_access_open function only outputs the name of the apps which have no login required set. This is imcomplete information and lacks actionable outputs like the content URL or the user details of the publisher. This function should be enhanced to include such details so that admins have enough information for next steps.

nealrichardson commented 5 months ago

Or just delete this function, since get_content() |> filter(access_type == "all") is probably what you want, and you can then |> pull(name) if you want the behavior of audit_access_open().