kit-data-manager / service-base

Helper module for KIT DM 2.0 services providing support for dependency management and general purpose implementations.
Apache License 2.0
1 stars 2 forks source link

Search proxy not considering ROLE_ADMINISTRATOR #253

Closed ThomasJejkal closed 5 months ago

ThomasJejkal commented 5 months ago

Is your feature request related to a problem? Please describe. Currently, the search proxy includes access information provided via JWT into the search query in order to filter results by access rights. However, while creating the filter it is not considered if the caller has the ADMINISTRATOR role such that returned results are still filtered.

Instead, if ROLE_ADMINISTRATOR is detected, no filtering should take place.

github-actions[bot] commented 5 months ago

Branch issue-253-Search_proxy_not_considering_ROLE_ADMINISTRATOR created!