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
{
DataStore = {
sql = {
plugin_data = {
connection_string = "$STATE_DIRECTORY/datastore.sqlite3";
database_type = "sqlite3";
};
};
};
KeyManager = {
memory = {
plugin_data = { };
};
};
NodeAttestor = {
join_token = {
plugin_data = { };
};
};
}