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.