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 <sokcevic@chromium.org>
Commit-Queue: Allen Li <ayatane@chromium.org>
changes/89/6306289/3
Allen Li 23 hours ago committed by LUCI CQ
parent 4ac4d26e80
commit c4e7c8717c

@ -336,16 +336,7 @@ def ensure_authenticated(gerrit_host: str, git_host: str) -> Tuple[bool, str]:
class SSOAuthenticator(_Authenticator): class SSOAuthenticator(_Authenticator):
"""SSOAuthenticator implements a Google-internal authentication scheme. """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
"""
# This is set to true in tests, allows _parse_config to consume expired # This is set to true in tests, allows _parse_config to consume expired
# cookies. # cookies.

Loading…
Cancel
Save