yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #08582
[Bug 1264803] Re: OAuth dependency is not resolved prior to starting server
** Changed in: keystone
Status: Fix Committed => Fix Released
** Changed in: keystone
Milestone: None => icehouse-2
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1264803
Title:
OAuth dependency is not resolved prior to starting server
Status in OpenStack Identity (Keystone):
Fix Released
Bug description:
There is no possible way to use OAuth for authentication. Problem is
that self.oauth_api is always None on this line:
https://github.com/openstack/keystone/blob/cc0c6565e3fe6ed60543e6ebd5e54cba51e59fc6/keystone/token/providers/common.py#L398
.
So even if OAuth is enabled, after trying to authenticate using OAuth
you get {"error": {"message": "Oauth is disabled.", "code": 403,
"title": "Forbidden"}}.
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1264803/+subscriptions
References