X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/437d0dc1dfeea7b81999caa1c540da0903df87f7..f84e4b2ab7cd923aff2f99c04cb1313b36866393:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 8e23f07328..a55295d126 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -64,6 +64,7 @@ var whitelist = map[string]bool{ "API.DisabledAPIs": false, "API.FreezeProjectRequiresDescription": true, "API.FreezeProjectRequiresProperties": true, + "API.FreezeProjectRequiresProperties.*": true, "API.KeepServiceRequestTimeout": false, "API.MaxConcurrentRequests": false, "API.MaxIndexDatabaseRead": false, @@ -263,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,