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

Unified Diff: logdog/appengine/cmd/coordinator/backend/module.cfg

Issue 2588643002: Enable AppEngine profiling endpoints. (Closed)
Patch Set: Actually use the right notation. Created 4 years 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 | « logdog/appengine/cmd/coordinator/backend/main.go ('k') | logdog/appengine/cmd/coordinator/services/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/appengine/cmd/coordinator/backend/module.cfg
diff --git a/logdog/appengine/cmd/coordinator/backend/module.cfg b/logdog/appengine/cmd/coordinator/backend/module.cfg
index ab2b898d9d9feb8cbe97419be2dd7621d40278a9..5bb95dade969b9408e164f3e8168bdbd64a7b912 100644
--- a/logdog/appengine/cmd/coordinator/backend/module.cfg
+++ b/logdog/appengine/cmd/coordinator/backend/module.cfg
@@ -8,8 +8,15 @@ appengine_module <
instance_class: IC_2
>
+ # Debug endpoints for profiling access.
handlers <
handler <
+ url: "/debug/*"
+ secure: SECURE_ALWAYS
+ login: LOGIN_ADMIN
+ >
+
+ handler <
url: "/.*"
login: LOGIN_ADMIN
secure: SECURE_ALWAYS
« no previous file with comments | « logdog/appengine/cmd/coordinator/backend/main.go ('k') | logdog/appengine/cmd/coordinator/services/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698