centreon-plugins
centreon-plugins copied to clipboard
CTOR-383-community-pr-handle-variable-path-for-hashicorp-vault-authentication
Description
contribution of lugg1 from https://github.com/centreon/centreon-plugins/pull/4764. for hashicorp vault product, when authentication is user/pass method, this modification allow to configure the url to query, a new feature of Vault : https://developer.hashicorp.com/vault/docs/auth/userpass#configuration
Type of change
- [ ] Patch fixing an issue (non-breaking change)
- [X] New functionality (non-breaking change)
- [ ] Breaking change (patch or feature) that might cause side effects breaking part of the Software
Target serie
- [ ] 22.04.x
- [ ] 22.10.x
- [ ] 23.04.x
- [ ] 23.10.x
- [X] 24.04.x (master)
How this pull request can be tested ?
see automated tests provided, this new parameter by default don't change anything.
Checklist
Community contributors & Centreon team
- [X] I have followed the coding style guidelines provided by Centreon
- [X] I have commented my code, especially new classes, functions or any legacy code modified. (docblock)
- [X] I have commented my code, especially hard-to-understand areas of the PR.
- [X] I have rebased my development branch on the base branch (master, maintenance).