Listing resources with invalid filters should result in a 400
Bug #1654084 reported by
Richard
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Triaged
|
Wishlist
|
Unassigned | ||
openstack-api-sig |
Fix Released
|
Medium
|
Ed Leafe |
Bug Description
Using devstack all in one and running the get request:
curl -X GET 'localhost:
gives me back the entire user list instead of an error.
I also ran this query with httpie and this is what the neat
version of the output looks like:
http://
This affects all list operations in keystone that support
querying.
Changed in openstack-api-wg: | |
assignee: | nobody → Ed Leafe (ed-leafe) |
Changed in keystone: | |
assignee: | nobody → Tin Lam (tl3438) |
Changed in openstack-api-wg: | |
status: | In Progress → Fix Released |
tags: | added: fix-requires-microversion |
To post a comment you must log in.
I'm not sure if there is a standard for validating query strings, but I figured I'd triage this since it has an impact on user-experience for sure.
Thanks Richard!