Invalid tokens obtained when tenantId/tenantName is missing/invalid
Bug #1006029 reported by
Ding Deng
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
Low
|
Dolph Mathews |
Bug Description
When POSTing to /v2.0/tokens to obtain a token, tenantId and tenantName are both optional according to #855182. However, if we truly omit tenantId and tenantName, or supply invalid ones, we get invalid tokens.
Reproducible: always.
Version: 2012.1.
Changed in keystone: | |
milestone: | none → folsom-2 |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | folsom-2 → 2012.2 |
To post a comment you must log in.
Omitting tenantId and tenantName produces "unscoped" tokens; this is an expected behavior.
However, supplying invalid tenant references should raise a 404. This behavior should be resolved by https:/ /review. openstack. org/#/c/ 6875/