19136: Fix FreezeProjectRequiresProperties.* missing from whitelist.
[arvados.git] / lib / config / export.go
index 8e23f0732856e95a5e711d1b9356dea1554de170..3faa0062fa9977cab3fc7475fab1e622d88ba027 100644 (file)
@@ -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,