Skip to content

Commit 0ab3dbb

Browse files
author
Filip
committed
correcting the behavior of API key get_all so that
the output is consistent regardless of whether the user is an admin or not
1 parent ea35b8c commit 0ab3dbb

File tree

2 files changed

+528
-533
lines changed

2 files changed

+528
-533
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Other options that were renamed under `[database]` are (more details available i
2626

2727
Fixed
2828
~~~~~
29+
* Fixed 6335 by, instead of iterating over individual key names that the user has access to, fetching all the keys
30+
and then only returning those that the user has access to. This way the 'prefix' and 'name' filters are honored
31+
and the behavior of the method is consistent regardless of whether the user is an admin or not.
2932
* Fixed #6021 and #5327 by adding max_page_size to api_opts and added limit and offset to list_values() methods of
3033
both action_service and sensor_service
3134
* Fix `packs.get` action. Assumed `master` is primary branch on all packs. #6225

0 commit comments

Comments
 (0)