yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #28346
[Bug 1420125] [NEW] href variables for federation controller are inconsistent
Public bug reported:
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'
** Affects: keystone
Importance: Undecided
Assignee: Steve Martinelli (stevemar)
Status: In Progress
--
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):
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
Follow ups
References