From c4e7c8717cbd057339731e8b629c2e29fcba9c42 Mon Sep 17 00:00:00 2001 From: Allen Li Date: Thu, 27 Feb 2025 14:54:42 -0800 Subject: [PATCH] gerrit_util: Delete temporary text about auth testing setup Change-Id: I6c61998c1fca2681f6dc0f33468a8ae5b378f12e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6306289 Reviewed-by: Josip Sokcevic Commit-Queue: Allen Li --- gerrit_util.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/gerrit_util.py b/gerrit_util.py index 10f7aa5e6..5860f94f2 100644 --- a/gerrit_util.py +++ b/gerrit_util.py @@ -336,16 +336,7 @@ def ensure_authenticated(gerrit_host: str, git_host: str) -> Tuple[bool, str]: class SSOAuthenticator(_Authenticator): - """SSOAuthenticator implements a Google-internal authentication scheme. - - TEMPORARY configuration for Googlers (one `url` block for each Gerrit host): - - [url "sso://chromium/"] - insteadOf = https://chromium.googlesource.com/ - insteadOf = http://chromium.googlesource.com/ - [depot-tools] - useNewAuthStack = 1 - """ + """SSOAuthenticator implements a Google-internal authentication scheme.""" # This is set to true in tests, allows _parse_config to consume expired # cookies.