18691: Export new frozen-project configs.
authorTom Clegg <tom@curii.com>
Thu, 3 Mar 2022 18:30:18 +0000 (13:30 -0500)
committerTom Clegg <tom@curii.com>
Thu, 3 Mar 2022 18:30:18 +0000 (13:30 -0500)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

lib/config/export.go

index 4e903a8b3d39398b80faf08199b77d9f146165b6..db413b97bd3460a83afaddfc5276b027a6486a01 100644 (file)
@@ -62,6 +62,8 @@ var whitelist = map[string]bool{
        "API":                                      true,
        "API.AsyncPermissionsUpdateInterval":       false,
        "API.DisabledAPIs":                         false,
+       "API.FreezeProjectRequiresDescription":     true,
+       "API.FreezeProjectRequiresProperties":      true,
        "API.KeepServiceRequestTimeout":            false,
        "API.MaxConcurrentRequests":                false,
        "API.MaxIndexDatabaseRead":                 false,
@@ -72,6 +74,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,