Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(522)

Unified Diff: appengine/swarming/server/bot_archive.py

Issue 2024313003: Send authorization headers when calling Swarming backend. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: keep it as part of environ Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/swarming/server/bot_archive.py
diff --git a/appengine/swarming/server/bot_archive.py b/appengine/swarming/server/bot_archive.py
index 5fabf772864d391057c04889a03fd0341c9f806b..0dd94bb825400433e2768e6933b9d2f7373d740d 100644
--- a/appengine/swarming/server/bot_archive.py
+++ b/appengine/swarming/server/bot_archive.py
@@ -37,8 +37,12 @@ FILES = (
'api/platforms/posix.py',
'api/platforms/win.py',
'bot_code/__init__.py',
+ 'bot_code/bot_auth.py',
'bot_code/bot_main.py',
'bot_code/common.py',
+ 'bot_code/file_reader.py',
+ 'bot_code/file_refresher.py',
+ 'bot_code/remote_client.py',
'bot_code/singleton.py',
'bot_code/task_runner.py',
'client/auth.py',

Powered by Google App Engine
This is Rietveld 408576698