63124f703a
Listing projects and domains for a user based on their role assignments was noted as being really slow, especially when users have a lot of assignments. This commit implements caching to mitigate the issue while we continue to investigate ways to speed up the assignment API. Change-Id: I72e398c65f01aa4f9a37f817d184a13ed01089ce Closes-Bug: 1700852
7 lines
215 B
YAML
7 lines
215 B
YAML
---
|
|
fixes:
|
|
- |
|
|
[`bug 1700852 <https://bugs.launchpad.net/keystone/+bug/1700852>`_]
|
|
Keystone now supports caching of the `GET|HEAD
|
|
/v3/users/{user_id}/projects` API in an effort to improve performance.
|