← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1487115] Re: Ephemeral user's id is not always urlsafe

 

** Changed in: keystone/kilo
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1487115

Title:
  Ephemeral user's id is not always urlsafe

Status in OpenStack Identity (keystone):
  Fix Released
Status in OpenStack Identity (keystone) kilo series:
  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