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

Unified Diff: appengine/swarming/proto/config.proto

Issue 2242543002: Make OAuth client id accessible to new ui w/o hardcoding (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address nits Created 4 years, 4 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
« no previous file with comments | « appengine/swarming/handlers_frontend.py ('k') | appengine/swarming/proto/config_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/proto/config.proto
diff --git a/appengine/swarming/proto/config.proto b/appengine/swarming/proto/config.proto
index e3406887e67a3c77beff294b1daeb9f2dac6d608..b3d5e53ecbbcdc11aa9ca196b67c3c4d4a7dfc29 100644
--- a/appengine/swarming/proto/config.proto
+++ b/appengine/swarming/proto/config.proto
@@ -31,6 +31,10 @@ message SettingsCfg {
// Emergency setting to disable bot task reaping. When set, all bots are
// always put to sleep and are never granted task.
optional bool force_bots_to_sleep_and_not_run_task = 8;
+
+ // oauth client id for the ui. This is created in the developer's console
+ // under Credentials.
+ optional string ui_client_id = 9;
}
« no previous file with comments | « appengine/swarming/handlers_frontend.py ('k') | appengine/swarming/proto/config_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698