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

Unified Diff: appengine/findit/crash-frontend.yaml

Issue 1940843003: [Findit] Use PubSub built-in authentication for push endpoint. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: fix nit. Created 4 years, 8 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/findit/crash/test/crash_testcase.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/crash-frontend.yaml
diff --git a/appengine/findit/crash-frontend.yaml b/appengine/findit/crash-frontend.yaml
index c75511fc7933347f5a0c1f6d71418f919c3f67d8..22a061bb28350d73c6da5ddf64eabc4211d85408 100644
--- a/appengine/findit/crash-frontend.yaml
+++ b/appengine/findit/crash-frontend.yaml
@@ -23,6 +23,12 @@ handlers:
static_files: static/common.css
upload: static/common.css
+# PubSub push endpoint.
+- url: /_ah/push-handlers/crash/fracas
+ script: main.crash_frontend_web_application
+ secure: always
+ login: admin
+
# Web UI pages.
- url: /crash/.*
script: main.crash_frontend_web_application
« no previous file with comments | « no previous file | appengine/findit/crash/test/crash_testcase.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698