HTTP 404 creating trust with role that you don't have
Bug #1724685 reported by
Matthew Edmonds
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Confirmed
|
Low
|
Vishakha Agarwal |
Bug Description
keystone returns HTTP 404 if you try to create a trust with a role that you don't have. This is not an appropriate error code for that case. It should be HTTP 400 (Bad Request).
Found in Pike
tags: | added: fix-requires-microversion |
Changed in keystone: | |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in keystone: | |
assignee: | nobody → Vishakha Agarwal (vishakha.agarwal) |
To post a comment you must log in.
Probably can't fix this until we've added microversion support, since API guidelines say you can't change return codes without a microversion.