Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.
I would like to enable SSL option for connecting to my MariaDB server and avoid using login:password
In conf.pm, we can only set "db_user" and "db_passwd"
$centreon_config = { ... "db_user" => value,"db_passwd" => value};
Also in centreon.conf.php, we can only set $conf_centreon['user'] and $conf_centreon['password']
What is the value of the wanted feature ?
This feature can secure connections from MariaDB and Centreon using certificates and avoiding clear text information including exchanged passwords between the server and client.
Additional information
Centreon version installed : 20.10.4
MariaDB server version : 10.3.17
Feature explanation
I would like to enable SSL option for connecting to my MariaDB server and avoid using login:password
In conf.pm, we can only set "db_user" and "db_passwd"
$centreon_config = { ... "db_user" => value,
"db_passwd" => value
};
Also in centreon.conf.php, we can only set $conf_centreon['user'] and $conf_centreon['password']
What is the value of the wanted feature ?
This feature can secure connections from MariaDB and Centreon using certificates and avoiding clear text information including exchanged passwords between the server and client.
Additional information
Centreon version installed : 20.10.4 MariaDB server version : 10.3.17