← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1582493] Re: Move validate_non_persistent_token() method from base to fernet

 

Lance is correct.

** Changed in: keystone
       Status: In Progress => 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/1582493

Title:
  Move validate_non_persistent_token() method from base to fernet

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  Full path of validate_non_persistent_token():
  keystone.token.providers.common.BaseProvider.validate_non_persistent_token()

  The validate_non_persistent_token() method is just for fernet, and there are
  some variables/methods used that do not exist in the BaseProvider like:
    self.token_formatter
    self._rebuild_federated_info()
    self._rebuild_federated_token_roles()

  So it is more suitable to move validate_non_persistent_token() to
  fernet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1582493/+subscriptions


References