| 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
|
|
|