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

Unified Diff: appengine/components/components/config/proto/service_config.proto

Issue 2932473005: config_service: implement admin group (Closed)
Patch Set: self review Created 3 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
« no previous file with comments | « no previous file | appengine/components/components/config/proto/service_config_pb2.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/components/components/config/proto/service_config.proto
diff --git a/appengine/components/components/config/proto/service_config.proto b/appengine/components/components/config/proto/service_config.proto
index 0345353faac73463646dfe5dc8aa66ee657936bc..b7760abd7a8f1f36db5fdb22653bdbb053462dab 100644
--- a/appengine/components/components/config/proto/service_config.proto
+++ b/appengine/components/components/config/proto/service_config.proto
@@ -103,6 +103,8 @@ message AclCfg {
// Name of the group that has access to all projects/* config sets.
// Only trusted services should be in this group.
optional string project_access_group = 2;
+ // Name of the group that has admin access to the app.
+ optional string admin_group = 3;
}
// Schema for import.cfg. It specified how to import configuration files from
« no previous file with comments | « no previous file | appengine/components/components/config/proto/service_config_pb2.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698