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

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

Issue 2989373002: Modify isolate proto to have UI key (Closed)
Patch Set: Created 3 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/isolate/handlers_frontend.py ('k') | appengine/isolate/templates/public_isolate_index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/isolate/proto/config.proto
diff --git a/appengine/isolate/proto/config.proto b/appengine/isolate/proto/config.proto
index 230eafd65e5b674e54c2afee8fd18d3f659a30ef..ec1d136912afeb87088e330351ddcd5924d9d4c3 100644
--- a/appengine/isolate/proto/config.proto
+++ b/appengine/isolate/proto/config.proto
@@ -40,6 +40,10 @@ message SettingsCfg {
// Names of the authorization groups used by components/auth.
optional AuthSettings auth = 7;
+
+ // oauth client id for the ui. This is created in the developer's console
+ // under Credentials.
+ optional string ui_client_id = 8;
}
// Access control groups for the isolate service. Custom group names
« no previous file with comments | « appengine/isolate/handlers_frontend.py ('k') | appengine/isolate/templates/public_isolate_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698