[MXS-4571] Passwords appear masked even if they are not set Created: 2023-04-01 Updated: 2023-04-03 Resolved: 2023-04-03 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | REST-API |
| Affects Version/s: | 22.08.5 |
| Fix Version/s: | 22.08.6, 23.02.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Passwords for parameters that are not set appear as masked passwords. In 6.4, password parameters appeared as JSON nulls if not set. This causes the response from the REST-API to result in a set of parameters that would otherwise be invalid. An example of this is the config_sync_password which in 6.4 was null by default but in 22.08 it ends up being *****. |
| Comments |
| Comment by markus makela [ 2023-04-03 ] |
|
Unset passwords are now again displayed as JSON nulls. |