Chromium Code Reviews| Index: dashboard/app.yaml |
| diff --git a/dashboard/app.yaml b/dashboard/app.yaml |
| index 64e4bdb7f9d69c54b37a969494c284e9cef41226..ab42cec66c9906c9c1edf8635e7e41a2bea4a4ba 100644 |
| --- a/dashboard/app.yaml |
| +++ b/dashboard/app.yaml |
| @@ -110,6 +110,11 @@ handlers: |
| login: admin |
| secure: always |
| +- url: /create_health_report |
| + script: dashboard.dispatcher.APP |
| + login: admin |
| + secure: always |
|
sullivan
2017/01/11 20:59:15
Why do we restrict report creation to admins? Shou
jessimb
2017/01/11 21:31:21
Because report creation shouldn't need to be done
sullivan
2017/01/11 21:38:03
We should probably restrict to internal users to k
jessimb
2017/01/12 02:10:30
Done
|
| + |
| - url: /delete_expired_entities |
| script: dashboard.dispatcher.APP |
| login: admin |