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

Unified Diff: logdog/appengine/cmd/coordinator/vmuser/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/vmuser/main.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/appengine/cmd/coordinator/vmuser/module.cfg
diff --git a/logdog/appengine/cmd/coordinator/vmuser/module.cfg b/logdog/appengine/cmd/coordinator/vmuser/module.cfg
index d381a8c7a49a132baf31d85f9d5c9fe633221108..18b76aaabac050e1935975c559473662171112b1 100644
--- a/logdog/appengine/cmd/coordinator/vmuser/module.cfg
+++ b/logdog/appengine/cmd/coordinator/vmuser/module.cfg
@@ -12,8 +12,15 @@ appengine_module <
scopes: "https://www.googleapis.com/auth/bigtable.data"
>
+ # Debug endpoints for profiling access.
handlers <
handler <
+ url: "/debug/*"
+ secure: SECURE_ALWAYS
+ login: LOGIN_ADMIN
+ >
+
+ handler <
url: "/.*"
secure: SECURE_ALWAYS
>
« no previous file with comments | « logdog/appengine/cmd/coordinator/vmuser/main.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698