centreon / centreon-archived

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.
https://www.centreon.com
GNU General Public License v2.0
574 stars 240 forks source link

[Database] Add option to use SSL / TLS option to connect to MariaDB databases #10357

Open delmelo opened 3 years ago

delmelo commented 3 years ago

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

lpinsivy commented 3 years ago

Hi @delmelo this is in your roadmap. Thank you for your feedback