Current Behavior
I am currently trying to migrate the CSAF extensions to the new plugin system (which overall I think is a good idea). However, we do have certain "csaf specific endpoints", which we currently need to place directly in the apiserver and then basically call functions of the plugin - which is a little bit cumbersome.
Proposed Behavior
I wonder if it would be possible to define new API routes directly in the plugin - maybe "forwarded" by the /v2 extension endpoint.
Checklist
Current Behavior
I am currently trying to migrate the CSAF extensions to the new plugin system (which overall I think is a good idea). However, we do have certain "csaf specific endpoints", which we currently need to place directly in the
apiserverand then basically call functions of the plugin - which is a little bit cumbersome.Proposed Behavior
I wonder if it would be possible to define new API routes directly in the plugin - maybe "forwarded" by the /v2 extension endpoint.
Checklist