yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #37910
[Bug 1487115] Re: Ephemeral user's id is not always urlsafe
** Changed in: keystone
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1487115
Title:
Ephemeral user's id is not always urlsafe
Status in Keystone:
Fix Released
Bug description:
Ephemeral users' id should always be url-safe. Sadly, id the mapping
rule specifies user's id the value will be passed as-is and never url-
encoded. We should change auth.plugins.mapped.setup_username()
function and make sure user_id is always treated with
six.moves.urllib.parse.quote() function.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1487115/+subscriptions
References