[MXS-3083] api_key and local_address use bad default values Created: 2020-07-21 Updated: 2020-08-24 Resolved: 2020-08-24 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | csmon |
| Affects Version/s: | 2.5.1 |
| Fix Version/s: | 2.5.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The two parameters need non-empty values and the default values are empty strings. This appears to cause problems when a csmon instance is modified or created at runtime. |
| Comments |
| Comment by markus makela [ 2020-07-22 ] |
|
The fix would be to always define empty strings as "" in INI files and allow empty string values. |
| Comment by markus makela [ 2020-08-24 ] |
|
Changed the REST API to allow empty values as empty strings are valid parameter values. |