From f3606ed6308c411c9f3fa65df8b794122eb72a72 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Wed, 27 Jan 2021 09:49:18 -0500 Subject: [PATCH] Documentation: the Arvados SSO server is deprecated, it is not the default anymore. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- lib/config/config.default.yml | 3 --- lib/config/generated_config.go | 3 --- 2 files changed, 6 deletions(-) diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index 005d2738da..d25ffaaf01 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -258,9 +258,6 @@ Clusters: # The e-mail address of the user you would like to become marked as an admin # user on their first login. - # In the default configuration, authentication happens through the Arvados SSO - # server, which uses OAuth2 against Google's servers, so in that case this - # should be an address associated with a Google account. AutoAdminUserWithEmail: "" # If AutoAdminFirstUser is set to true, the first user to log in when no diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index 885bb4b8c5..60ba85b473 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -264,9 +264,6 @@ Clusters: # The e-mail address of the user you would like to become marked as an admin # user on their first login. - # In the default configuration, authentication happens through the Arvados SSO - # server, which uses OAuth2 against Google's servers, so in that case this - # should be an address associated with a Google account. AutoAdminUserWithEmail: "" # If AutoAdminFirstUser is set to true, the first user to log in when no -- 2.30.2