15572: Updating dispatcher install
[arvados.git] / sdk / go / arvados / config.go
index 6ec8f345d75f430ecd4fe8ffab4bfa665f569770..72128a9dcd385d5d7274567bde7c836417af09f3 100644 (file)
@@ -132,12 +132,13 @@ type Cluster struct {
                Repositories string
        }
        Login struct {
-               GoogleClientID     string
-               GoogleClientSecret string
-               ProviderAppID      string
-               ProviderAppSecret  string
-               LoginCluster       string
-               RemoteTokenRefresh Duration
+               GoogleClientID                string
+               GoogleClientSecret            string
+               GoogleAlternateEmailAddresses bool
+               ProviderAppID                 string
+               ProviderAppSecret             string
+               LoginCluster                  string
+               RemoteTokenRefresh            Duration
        }
        Mail struct {
                MailchimpAPIKey                string
@@ -173,6 +174,7 @@ type Cluster struct {
                NewUsersAreActive                     bool
                UserNotifierEmailFrom                 string
                UserProfileNotificationAddress        string
+               PreferDomainForUsername               string
        }
        Volumes   map[string]Volume
        Workbench struct {