Commit 5a39fd7
authored
fix(monitoring): add specific paths to Enforced map (#247)
The m-lab/access v0.0.11+ TokenController uses exact path matching for
the Enforced paths, not prefix matching. This caused 400 errors on
/v2/platform/monitoring/{ndt/ndt7,wehe/replay} endpoints because only
'/v2/platform/monitoring/' was in the Enforced map.
Add the specific monitoring paths that are actually used.1 parent a216f42 commit 5a39fd7
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
245 | 247 | | |
246 | | - | |
| 248 | + | |
| 249 | + | |
247 | 250 | | |
248 | 251 | | |
249 | 252 | | |
| |||
0 commit comments