Merge branch '17830-reqid-header-propagation-fix' into main. Closes #17830
[arvados.git] / sdk / go / arvados / config.go
index 83a6708322030f29c308dfde8d08b10bb8847078..6e59828a3cbf5656fef1e6c7fc790ca9d3b6268f 100644 (file)
@@ -142,7 +142,8 @@ type Cluster struct {
                WebDAVCache WebDAVCacheConfig
 
                KeepproxyPermission UploadDownloadRolePermissions
-               KeepWebPermission   UploadDownloadRolePermissions
+               WebDAVPermission    UploadDownloadRolePermissions
+               WebDAVLogEvents     bool
        }
        Git struct {
                GitCommand   string
@@ -189,11 +190,6 @@ type Cluster struct {
                        Service            string
                        DefaultEmailDomain string
                }
-               SSO struct {
-                       Enable            bool
-                       ProviderAppID     string
-                       ProviderAppSecret string
-               }
                Test struct {
                        Enable bool
                        Users  map[string]TestUser
@@ -340,7 +336,6 @@ type Services struct {
        Keepproxy      Service
        Keepstore      Service
        RailsAPI       Service
-       SSO            Service
        WebDAVDownload Service
        WebDAV         Service
        WebShell       Service