Merge branch '17249-costanalyzer-preemptible'
[arvados.git] / lib / config / export.go
index 0735354b1b3a144da23a830d8c3eb2ebcd748f0b..2d666e638bea225d5ec1f4e1dc974a6695481494 100644 (file)
@@ -69,7 +69,6 @@ var whitelist = map[string]bool{
        "API.MaxKeepBlobBuffers":                       false,
        "API.MaxRequestAmplification":                  false,
        "API.MaxRequestSize":                           true,
-       "API.RailsSessionSecretToken":                  false,
        "API.RequestTimeout":                           true,
        "API.SendTimeout":                              true,
        "API.WebsocketClientEventQueue":                false,
@@ -122,6 +121,9 @@ var whitelist = map[string]bool{
        "Containers.MaxRetryAttempts":                  true,
        "Containers.MinRetryPeriod":                    true,
        "Containers.ReserveExtraRAM":                   true,
+       "Containers.ShellAccess":                       true,
+       "Containers.ShellAccess.Admin":                 true,
+       "Containers.ShellAccess.User":                  true,
        "Containers.SLURM":                             false,
        "Containers.StaleLockTimeout":                  false,
        "Containers.SupportedDockerImageFormats":       true,