yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08609
[Bug 1265887] Re: kvs assignment updates user password
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1265887
Title:
kvs assignment updates user password
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
When updates to Grants are performed, the KVS assignment backend will
cause a password update for the user to the current hash of the user's
password.
This is because the .get_user method on identity_api includes the password element which is just fed back into .update_user here:
http://git.openstack.org/cgit/openstack/keystone/tree/keystone/assignment/backends/kvs.py?id=ce5fcb13c5fec5de3eeab58453713a061e40168a#n261
This should have little impact in the grand scheme because KVS is not
suitable for anything except testing.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1265887/+subscriptions
References