Skip to content

fix(controller): pass correct authorization information in /services endpoint

Ronald Koster requested to merge review/32-fix-services-endpoint into main

The /services provided authentication.NoneData{} to the query handler. This authentication data does not contain the required role fsc-admin causing the /services endpoint to fail. authentication.NoneData{} has been replaced by the authorization data defined in the rest port containing the correct role.

Issue: #32

Edited by Ronald Koster

Merge request reports