Domains are not validated on authentication
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Henry Nash |
Bug Description
There two separate problems:
In v2 authentication, currently domains are removed from user & project refs prior to validation.
https:/
Their validation was also made conditional because the validation was merged prior to domain_id's being available on users & projects:
https:/
https:/
The validation needs to become unconditional and validated prior to being removed.
In v3, the domain is checked when authenticating by username, but not by user_id - the later successfully authenticates even if the domain is disabled.
Changed in keystone: | |
status: | New → In Progress |
Changed in keystone: | |
milestone: | none → grizzly-3 |
Changed in keystone: | |
milestone: | grizzly-3 → grizzly-rc1 |
Changed in keystone: | |
status: | In Progress → Triaged |
Changed in keystone: | |
assignee: | Dolph Mathews (dolph) → nobody |
description: | updated |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | grizzly-rc1 → 2013.1 |
I started this in https:/ /review. openstack. org/#/c/ 22327/ -- unassigning from myself in case Henry wants to tackle it.