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

Unified Diff: appengine/config_service/common.py

Issue 1224913002: luci-config: fine-grained acls (Closed) Base URL: git@github.com:luci/luci-py.git@master
Patch Set: identities in configs 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 | « appengine/config_service/api_test.py ('k') | appengine/config_service/cron.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/common.py
diff --git a/appengine/config_service/common.py b/appengine/config_service/common.py
index 85c70a985cf3156c8080eeb5d133558428bba6ef..2824be411cc0bdf447a662419b5eec2cd73058de 100644
--- a/appengine/config_service/common.py
+++ b/appengine/config_service/common.py
@@ -4,9 +4,9 @@
# luci-config configs.
PROJECT_REGISTRY_FILENAME = 'projects.cfg'
+SERVICES_REGISTRY_FILENAME = 'services.cfg'
ACL_FILENAME = 'acl.cfg'
IMPORT_FILENAME = 'import.cfg'
-VALIDATION_FILENAME = 'validation.cfg'
SCHEMAS_FILENAME = 'schemas.cfg'
# Project configs.
« no previous file with comments | « appengine/config_service/api_test.py ('k') | appengine/config_service/cron.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698