Open Lanxor opened 1 month ago
Hello :)
Would you be able to propose a Pull request instead (easier to understand the changes you are proposing) so that we can then adapt and, if necessary add missing things directly on the proposal? :)
Ok thank you @lucie-dubrunfaut. I just created the pull request #5255 with the changes. I'm not sure if I missed anything, but I followed the instructions.
Hello, for security reasons, the anonymous user of our Redis applications has been disabled. And we don't want to use
--custommode="cli"
from the plugins.It turns out that the ability to specify a user in the plugin has not been implemented: https://github.com/centreon/centreon-plugins/blob/develop/src/database/redis/custom/perlmod.pm#L96
I was able to test a local modification that works based on the Redis library (https://metacpan.org/pod/Redis#auth)
Is it possible to implement this modification? Others modifications are needed to comply with developer guidelines ?