18277: Add RoleGroupsVisibleToAll config, default true.
[arvados.git] / sdk / go / arvados / config.go
index 474ce33b0ee4e9b2262bbe1b16f9ed36c0c2af38..6d5156e765c07cb580f695b3e83b03bf996172be 100644 (file)
@@ -241,6 +241,7 @@ type Cluster struct {
                UserProfileNotificationAddress        string
                PreferDomainForUsername               string
                UserSetupMailText                     string
+               RoleGroupsVisibleToAll                bool
        }
        StorageClasses map[string]StorageClassConfig
        Volumes        map[string]Volume