X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/943827578884b09a155443a9d2bb685a327070f9..a74bc6fadbf83e8d0555adecfd3fa776e536d6c2:/lib/config/export.go diff --git a/lib/config/export.go b/lib/config/export.go index 413ff9578c..5eeda348bf 100644 --- a/lib/config/export.go +++ b/lib/config/export.go @@ -11,7 +11,7 @@ import ( "io" "strings" - "git.curoverse.com/arvados.git/sdk/go/arvados" + "git.arvados.org/arvados.git/sdk/go/arvados" ) // ExportJSON writes a JSON object with the safe (non-secret) portions @@ -92,6 +92,7 @@ var whitelist = map[string]bool{ "Collections.CollectionVersioning": false, "Collections.DefaultReplication": true, "Collections.DefaultTrashLifetime": true, + "Collections.ForwardSlashNameSubstitution": true, "Collections.ManagedProperties": true, "Collections.ManagedProperties.*": true, "Collections.ManagedProperties.*.*": true, @@ -124,7 +125,7 @@ var whitelist = map[string]bool{ "Containers.SupportedDockerImageFormats": true, "Containers.SupportedDockerImageFormats.*": true, "Containers.UsePreemptibleInstances": true, - "EnableBetaController14287": false, + "ForceLegacyAPI14": false, "Git": false, "InstanceTypes": true, "InstanceTypes.*": true,