
The controller is responsible for listing user projects based on role assignments and would build a hints objects and pass it to the assignment manager. This is a common pattern used across keystone's APIs. But, the assignment API never actually passed the hints objects to the backend implementation. This commit removes the hints from being passed to the manager for list_projects_for_user and list_domains_for_user because those APIs never use the hints object. This should allow us to implement caching to speed up those calls later. Change-Id: I9b1c8c30ca6a78dd6e78add7de278e467ceea046 Related-Bug: 1700852
Team and repository tags
OpenStack Keystone
Keystone provides authentication, authorization and service discovery mechanisms via HTTP primarily for use by projects in the OpenStack family. It is most commonly deployed as an HTTP interface to existing identity systems, such as LDAP.
Developer documentation, the source of which is in
doc/source/
, is published at:
The API specification and documentation are available at:
The canonical client library is available at:
https://git.openstack.org/cgit/openstack/python-keystoneclient
Documentation for cloud administrators is available at:
The source of documentation for cloud administrators is available at:
Information about our team meeting is available at:
Bugs and feature requests are tracked on Launchpad at:
Future design work is tracked at:
https://specs.openstack.org/openstack/keystone-specs/#identity-program-specifications
Contributors are encouraged to join IRC
(#openstack-keystone
on freenode):
For information on contributing to Keystone, see
CONTRIBUTING.rst
.