Hi all!
First of all I wanted to thank you for the fantastic osquery !
Then I have a question.
Is it possible to trigger an update of the config via the TLS config plugin ? and more importantly is it possible to do so from an external module ?
I am basically trying to get the plugin from the registry via:
auto plugin = Registry::get("config", "tls");
Then I cast it to a general
ConfigPlugin
and then when I call
->getConfig(config_map)
the module crashes with
segmentation fault
.