Sharing settings RStudio Connect

RStudio Connect / publish content / sharing settings

"All users - login required" ist set by default in the menu "Access - sharing settings". How can this default value be changed? The goal is: "Specific users or groups".

connect_access

Many thanks for help!

It is possible to limit the allowed viewership, as described at https://docs.rstudio.com/connect/admin/content-management/#limiting-allowed-viewership

This doesn't set the default, but the highest possible value that can be set.

The example in the docs should give you what you need:

; /etc/rstudio-connect/rstudio-connect.gcfg
[Applications]
MostPermissiveAccessType = acl
AdminMostPermissiveAccessType = all

This will only allow admin users to change the access type to all logged in users.

This topic was automatically closed 7 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.