Built-in plugin types can be found at the plugin types documentation. See plugin configuration for options and how to configure external plugins.
Declarations
Type
JSON valueDefault
nullExample
{
KeyManager = {
memory = {
plugin_data = { };
};
};
NodeAttestor = {
join_token = {
plugin_data = { };
};
};
WorkloadAttestor = {
systemd = {
plugin_data = { };
};
unix = {
plugin_data = { };
};
};
}