Merge branch '17464-download-activity' refs #17464
[arvados.git] / sdk / go / arvados / config.go
index 13fe989caee142b78a7e58423072a9bdfd56fa35..6e59828a3cbf5656fef1e6c7fc790ca9d3b6268f 100644 (file)
@@ -190,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
@@ -341,7 +336,6 @@ type Services struct {
        Keepproxy      Service
        Keepstore      Service
        RailsAPI       Service
-       SSO            Service
        WebDAVDownload Service
        WebDAV         Service
        WebShell       Service