centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
311 stars 274 forks source link

ci(centreon-vault): move vault lib to it's own package MON-106121 #5224

Closed Evan-Adam closed 1 month ago

Evan-Adam commented 1 month ago

Refs:MON-106121

Description

Move centreonvault.pm to it's own library to be used by centreon-gorgone and the actual centreon_vmware.

Fixes # MON-106121

Type of change

How this pull request can be tested ?

launch the centreon_vmware daemon with a vault correctly configured, it should still work the same as before.

Checklist

Evan-Adam commented 1 month ago

I found centreon-perl-libs package, so this is moved to centreon/centreon repo : https://github.com/centreon/centreon/pull/5483 https://github.com/centreon/centreon-plugins/pull/5265 # allow the unit test to run for centreonvault and gorgone.

garnier-quentin commented 1 month ago

@Evan-Adam why you don't use https://metacpan.org/pod/CryptX module (instead of Openssl AES) ?

The CryptX module is used everywhere (gorgone,...)