Skip to content

Bugfix/postgresql probe login param name

Describe the MR

Changes the name of the login parameter from the PostgreSQL probe to username.

Why was this MR needed?

The configuration from the server, documentation and configuration template in the database all used the parameter name username, but the probe itself expected the parameter login. The term "User name" is also the common term in the PostgreSQL documentation.

The PostgreSQL probe could not run using a configuration from the server.

Extra-care points?

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • CHANGELOG updated
  • Unit Tests added/updated

What are the relevant issue numbers?

License and Developer Certificate of Origin

  • By contributing to Pantomath SAS, You accept and agree to the following terms and conditions for Your present and future Contributions submitted to Pantomath SAS. Except for the license granted herein to Pantomath SAS and recipients of software distributed by Pantomath SAS, You reserve all right, title, and interest in and to Your Contributions. All Contributions are subject to the following Developer Certificate of Origin and License terms.
Edited by Charles Francoise

Merge request reports