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

Unified Diff: go/src/infra/appengine/sheriff-o-matic/app.yaml

Issue 2191563003: [som] fix ts_mon housekeeping/routing (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 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 | go/src/infra/appengine/sheriff-o-matic/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/appengine/sheriff-o-matic/app.yaml
diff --git a/go/src/infra/appengine/sheriff-o-matic/app.yaml b/go/src/infra/appengine/sheriff-o-matic/app.yaml
index 4cfd0ac48d0eda1197f049bba521edfbd4e93eda..dcb5e94ae305023feef167011bf26b9a34a5f123 100644
--- a/go/src/infra/appengine/sheriff-o-matic/app.yaml
+++ b/go/src/infra/appengine/sheriff-o-matic/app.yaml
@@ -23,6 +23,11 @@ handlers:
script: _go_app
secure: always
+- url: /internal/.*
+ script: _go_app
+ secure: always
+ login: admin
+
- url: /.*
script: _go_app
secure: always
« no previous file with comments | « no previous file | go/src/infra/appengine/sheriff-o-matic/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698