Merge branch '17335-oidc-auth-params'
[arvados.git] / sdk / go / arvados / config.go
index 2e39985c2a7cca989866d20eb250f1643873739e..4a56c930213abf389a782fd593622d776da9584f 100644 (file)
@@ -431,6 +431,10 @@ type ContainersConfig struct {
                LogUpdatePeriod              Duration
                LogUpdateSize                ByteSize
        }
+       ShellAccess struct {
+               Admin bool
+               User  bool
+       }
        SLURM struct {
                PrioritySpread             int64
                SbatchArgumentsList        []string