16817: Add Users.ActivatedUsersAreVisibleToOthers config.
[arvados.git] / sdk / go / arvados / config.go
index 4a7c18b3e06324ab0f37a2a8db54270aedcdc2c9..e7e60aed78aff7d34ef8483cce1795b15a99dcc5 100644 (file)
@@ -63,7 +63,6 @@ type WebDAVCacheConfig struct {
        MaxBlockEntries      int
        MaxCollectionEntries int
        MaxCollectionBytes   int64
-       MaxPermissionEntries int
        MaxUUIDEntries       int
        MaxSessions          int
 }
@@ -221,6 +220,7 @@ type Cluster struct {
                Insecure    bool
        }
        Users struct {
+               ActivatedUsersAreVisibleToOthers      bool
                AnonymousUserToken                    string
                AdminNotifierEmailFrom                string
                AutoAdminFirstUser                    bool
@@ -312,6 +312,7 @@ type S3VolumeDriverParameters struct {
        ReadTimeout        Duration
        RaceWindow         Duration
        UnsafeDelete       bool
+       PrefixLength       int
 }
 
 type AzureVolumeDriverParameters struct {
@@ -435,6 +436,8 @@ type ContainersConfig struct {
        SupportedDockerImageFormats StringSet
        UsePreemptibleInstances     bool
        RuntimeEngine               string
+       LocalKeepBlobBuffersPerVCPU int
+       LocalKeepLogsToContainerLog string
 
        JobsAPI struct {
                Enable         string