diff --git a/reclient_helper.py b/reclient_helper.py index 18c0005bba..3861617243 100644 --- a/reclient_helper.py +++ b/reclient_helper.py @@ -284,6 +284,9 @@ def set_win_defaults(): # Set execution strategy to remote_local_fallback while racing performance # on windows is addressed. os.environ.setdefault("RBE_exec_strategy", "remote_local_fallback") + # Turn off creds caching for windows, as luci-auth as credshelper shouldn't + # use it. + os.environ.setdefault("RBE_enable_creds_cache", "false") def workspace_is_cog():