yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12977
[Bug 1301141] Re: Invalid Import in pki.py
I think this report is in error. The UUID token was the base class for
the PKI token until Icehouse. PKI tokens are widely deployed.
** Changed in: keystone
Status: New => Invalid
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1301141
Title:
Invalid Import in pki.py
Status in OpenStack Identity (Keystone):
Invalid
Bug description:
Token based authentication is not supported with PKI due to bug in:
https://github.com/openstack/keystone/blob/stable/havana/keystone/token/providers/pki.py
from keystone.token.providers import uuid
class Provider(uuid.Provider):
Should be:
from keystone.token.providers import pki
class Provider(pki.Provider):
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1301141/+subscriptions
References