yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #33574
[Bug 1420125] Re: href variables for federation controller are inconsistent
This cannot be fixed with the API contract we have. This will change the
public interfaces. We cannot make changes to the public interfaces in
this regard.
Marking as "wont fix"
** Changed in: keystone
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1420125
Title:
href variables for federation controller are inconsistent
Status in OpenStack Identity (Keystone):
Won't Fix
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