yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #41607
[Bug 1420125] Re: href variables for federation controller are inconsistent
Fix proposed to branch: master
Review: https://review.openstack.org/248312
** Changed in: keystone
Status: Won't Fix => In Progress
** Changed in: keystone
Assignee: Matthieu Huin (mhu-s) => Jamie Lennox (jamielennox)
--
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/1420125
Title:
href variables for federation controller are inconsistent
Status in OpenStack Identity (keystone):
In Progress
Bug description:
For the most part, the href variables seen in JSON home requests for
federation resources are consistent,
https://github.com/openstack/keystone/blob/master/keystone/contrib/federation/routers.py
they are usually idp_id, sp_id, protocol_id and mapping_id.
Except for the following block:
path=self._construct_url('identity_providers/{identity_provider}/'
'protocols/{protocol}/auth'),
Where 'identity_provider' and 'protocol' are used instead of 'idp_id'
and 'protocol_id'
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1420125/+subscriptions
References