| OLD | NEW |
| 1 # Deploy tool Component for the LogDog Coordinator default module. | 1 # Deploy tool Component for the LogDog Coordinator default module. |
| 2 appengine_module < | 2 appengine_module < |
| 3 module_name: "" | 3 module_name: "" |
| 4 go_module < | 4 go_module < |
| 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/vmu
ser" | 5 entry_package: "github.com/luci/luci-go/logdog/appengine/cmd/coordinator/vmu
ser" |
| 6 > | 6 > |
| 7 | 7 |
| 8 managed_vm < | |
| 9 scopes: "https://www.googleapis.com/auth/userinfo.email" | |
| 10 scopes: "https://www.googleapis.com/auth/devstorage.full_control" | |
| 11 scopes: "https://www.googleapis.com/auth/cloud-platform" | |
| 12 scopes: "https://www.googleapis.com/auth/bigtable.data" | |
| 13 > | |
| 14 | |
| 15 # Debug endpoints for profiling access. | |
| 16 handlers < | 8 handlers < |
| 17 handler < | 9 handler < |
| 18 url: "/debug/*" | 10 url: "/debug/*" |
| 19 secure: SECURE_ALWAYS | 11 secure: SECURE_ALWAYS |
| 20 login: LOGIN_ADMIN | 12 login: LOGIN_ADMIN |
| 21 > | 13 > |
| 22 | 14 |
| 23 handler < | 15 handler < |
| 24 url: "/.*" | 16 url: "/.*" |
| 25 secure: SECURE_ALWAYS | 17 secure: SECURE_ALWAYS |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 property < | 126 property < |
| 135 name: "_Tags" | 127 name: "_Tags" |
| 136 > | 128 > |
| 137 property < | 129 property < |
| 138 name: "Created" | 130 name: "Created" |
| 139 direction: DESCENDING | 131 direction: DESCENDING |
| 140 > | 132 > |
| 141 > | 133 > |
| 142 > | 134 > |
| 143 > | 135 > |
| OLD | NEW |