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

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

Issue 2854853005: auth: Stop mentioning 'global' secrets in API. (Closed)
Patch Set: Created 3 years, 8 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_code.py
diff --git a/appengine/swarming/server/bot_code.py b/appengine/swarming/server/bot_code.py
index 5b810bb47d0d5c32478cd30987e9209613b20f3e..81a56e0d7ad39fbc51469174e872f37d4705ad7a 100644
--- a/appengine/swarming/server/bot_code.py
+++ b/appengine/swarming/server/bot_code.py
@@ -247,7 +247,7 @@ def get_swarming_bot_zip(host):
class BootstrapToken(auth.TokenKind):
expiration_sec = 3600
- secret_key = auth.SecretKey('bot_bootstrap_token', scope='local')
+ secret_key = auth.SecretKey('bot_bootstrap_token')
version = 1
« appengine/components/components/auth/model.py ('K') | « appengine/isolate/handlers_endpoints_v1.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698