yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12939
[Bug 1301141] [NEW] Invalid Import in pki.py
Public bug reported:
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):
** Affects: keystone
Importance: Undecided
Assignee: Priti Desai (priti-desai)
Status: New
** Tags: keystone
--
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):
New
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
Follow ups
References