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

Unified Diff: appengine/config_service/README.md

Issue 1224913002: luci-config: fine-grained acls (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: mentioned in doc that trusted services also have access Created 5 years, 5 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/config_service/acl.py » ('j') | appengine/config_service/acl.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/README.md
diff --git a/appengine/config_service/README.md b/appengine/config_service/README.md
index 64a65d68bad51ba8de169101dbb4bd69420fc5c2..d9d4e77649ee1d8af990f4be4b0feaca1738b08b 100644
--- a/appengine/config_service/README.md
+++ b/appengine/config_service/README.md
@@ -90,6 +90,13 @@ There are three types of configs:
Ref configs live in `projects/<project_id>/<ref_name>` config
set, where `<ref_name>` always starts with `refs/`.
+## Access control
+
+Service configs are accessible to a group defined in service/luci-config:acl.cfg
+and a GAE app with the same id, e.g. x.appspot.com has access to `services/x`.
Sergiy Byelozyorov 2015/07/07 22:48:07 can we make this configurable please? e.g. cq serv
+
+Projects define access to their configs in projects/foo:project.cfg. See
+[access field in ProjectCfg message](proto/project_config.proto).
## GAE component
« no previous file with comments | « no previous file | appengine/config_service/acl.py » ('j') | appengine/config_service/acl.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698