Skip to content

Simplify provider hooks definition

Current situation

Hooks defined at the provider level are defined in their configuration file. It would be easier to define and configure if it was possible to define them via a separate file, just like SSH_CHANNEL_POOLS.

Desired outcome

A way to provide a file containing hooks definitions for provider that does not require modifying the configuration file.