19177: Adds config to disable sharing links UI on workbenches.
[arvados.git] / lib / config / export.go
index 9fe7d6cf27537442497fbf10debe3d392f379692..a55295d1268b7cc0829ec2fe5073eb276c5b4564 100644 (file)
@@ -62,6 +62,9 @@ var whitelist = map[string]bool{
        "API":                                      true,
        "API.AsyncPermissionsUpdateInterval":       false,
        "API.DisabledAPIs":                         false,
+       "API.FreezeProjectRequiresDescription":     true,
+       "API.FreezeProjectRequiresProperties":      true,
+       "API.FreezeProjectRequiresProperties.*":    true,
        "API.KeepServiceRequestTimeout":            false,
        "API.MaxConcurrentRequests":                false,
        "API.MaxIndexDatabaseRead":                 false,
@@ -72,6 +75,7 @@ var whitelist = map[string]bool{
        "API.MaxTokenLifetime":                     false,
        "API.RequestTimeout":                       true,
        "API.SendTimeout":                          true,
+       "API.UnfreezeProjectRequiresAdmin":         true,
        "API.VocabularyPath":                       false,
        "API.WebsocketClientEventQueue":            false,
        "API.WebsocketServerEventQueue":            false,
@@ -100,6 +104,7 @@ var whitelist = map[string]bool{
        "Collections.DefaultReplication":           true,
        "Collections.DefaultTrashLifetime":         true,
        "Collections.ForwardSlashNameSubstitution": true,
+       "Collections.KeepproxyPermission":          false,
        "Collections.ManagedProperties":            true,
        "Collections.ManagedProperties.*":          true,
        "Collections.ManagedProperties.*.*":        true,
@@ -108,10 +113,10 @@ var whitelist = map[string]bool{
        "Collections.TrashSweepInterval":           false,
        "Collections.TrustAllContent":              true,
        "Collections.WebDAVCache":                  false,
-       "Collections.KeepproxyPermission":          false,
-       "Collections.WebDAVPermission":             false,
        "Collections.WebDAVLogEvents":              false,
+       "Collections.WebDAVPermission":             false,
        "Containers":                               true,
+       "Containers.AlwaysUsePreemptibleInstances": true,
        "Containers.CloudVMs":                      false,
        "Containers.CrunchRunArgumentsList":        false,
        "Containers.CrunchRunCommand":              false,
@@ -129,6 +134,7 @@ var whitelist = map[string]bool{
        "Containers.MaxDispatchAttempts":           false,
        "Containers.MaxRetryAttempts":              true,
        "Containers.MinRetryPeriod":                true,
+       "Containers.PreemptiblePriceFactor":        false,
        "Containers.ReserveExtraRAM":               true,
        "Containers.RuntimeEngine":                 true,
        "Containers.ShellAccess":                   true,
@@ -138,11 +144,11 @@ var whitelist = map[string]bool{
        "Containers.StaleLockTimeout":              false,
        "Containers.SupportedDockerImageFormats":   true,
        "Containers.SupportedDockerImageFormats.*": true,
-       "Containers.AlwaysUsePreemptibleInstances": true,
        "Git":                                  false,
        "InstanceTypes":                        true,
        "InstanceTypes.*":                      true,
        "InstanceTypes.*.*":                    true,
+       "InstanceTypes.*.*.*":                  true,
        "Login":                                true,
        "Login.Google":                         true,
        "Login.Google.AlternateEmailAddresses": false,
@@ -150,6 +156,7 @@ var whitelist = map[string]bool{
        "Login.Google.ClientID":                               false,
        "Login.Google.ClientSecret":                           false,
        "Login.Google.Enable":                                 true,
+       "Login.IssueTrustedTokens":                            false,
        "Login.LDAP":                                          true,
        "Login.LDAP.AppendDomain":                             false,
        "Login.LDAP.EmailAttribute":                           false,
@@ -185,7 +192,6 @@ var whitelist = map[string]bool{
        "Login.Test.Enable":                                   true,
        "Login.Test.Users":                                    false,
        "Login.TokenLifetime":                                 false,
-       "Login.IssueTrustedTokens":                            false,
        "Login.TrustedClients":                                false,
        "Mail":                                                true,
        "Mail.EmailFrom":                                      false,
@@ -215,6 +221,9 @@ var whitelist = map[string]bool{
        "SystemLogs":                                          false,
        "SystemRootToken":                                     false,
        "TLS":                                                 false,
+       "TLS.Certificate":                                     false,
+       "TLS.Insecure":                                        true,
+       "TLS.Key":                                             false,
        "Users":                                               true,
        "Users.ActivatedUsersAreVisibleToOthers":              false,
        "Users.AdminNotifierEmailFrom":                        false,
@@ -230,11 +239,11 @@ var whitelist = map[string]bool{
        "Users.NewUserNotificationRecipients":                 false,
        "Users.NewUsersAreActive":                             false,
        "Users.PreferDomainForUsername":                       false,
-       "Users.UserNotifierEmailFrom":                         false,
+       "Users.RoleGroupsVisibleToAll":                        false,
        "Users.UserNotifierEmailBcc":                          false,
+       "Users.UserNotifierEmailFrom":                         false,
        "Users.UserProfileNotificationAddress":                false,
        "Users.UserSetupMailText":                             false,
-       "Users.RoleGroupsVisibleToAll":                        false,
        "Volumes":                                             true,
        "Volumes.*":                                           true,
        "Volumes.*.*":                                         false,
@@ -255,6 +264,7 @@ var whitelist = map[string]bool{
        "Workbench.ArvadosDocsite":                            true,
        "Workbench.ArvadosPublicDataDocURL":                   true,
        "Workbench.DefaultOpenIdPrefix":                       false,
+       "Workbench.DisableSharingURLsUI":                      true,
        "Workbench.EnableGettingStartedPopup":                 true,
        "Workbench.EnablePublicProjectsPage":                  true,
        "Workbench.FileViewersConfigURL":                      true,