Merge branch '17335-oidc-auth-params'
[arvados.git] / lib / config / export.go
index 2dbb11bba3f27a4c073776b8e302a6ff69d71f21..3d0e27c7224f0c886643ef8be7f671ae8a1a2d74 100644 (file)
@@ -121,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,