Commit 8b3d3c9
authored
fix: allow queryables endpoints for collections (#204)
in my application, I have `/collections/{collectionId}/queryables`
endpoints available but I want to make sure all
`/collections/{collectionId}/...` endpoints are going through my opa
filter, and for which I need to extract the path-parameter.
It worked well for all my endpoints, except for the `.../queryables`
endpoint because it was missing in the `request.extract_variables`
method1 parent 5aeee7c commit 8b3d3c9
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments