After using Worker RBAC and setting function_registration_prefix, the frontend connects to the worker endpoint and successfully registers the function and trigger; all functionalities run normally. Only the function.unregister() operation fails, while trigger.unregister() works correctly.
I suspect that function_registration_prefix is not taking effect when calling function.unregister().
iii version 0.11.0
After using Worker RBAC and setting
function_registration_prefix, the frontend connects to the worker endpoint and successfully registers the function and trigger; all functionalities run normally. Only thefunction.unregister()operation fails, whiletrigger.unregister()works correctly.I suspect that
function_registration_prefixis not taking effect when callingfunction.unregister().iii version 0.11.0