[MXS-2891] access denied Intermittently for a particular user while trying to connect through Maxscale. Created: 2020-02-14 Updated: 2020-12-08 Resolved: 2020-04-28 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | mariadbmon |
| Affects Version/s: | 2.3.2, 2.4.6 |
| Fix Version/s: | 2.4.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | Pramod Mahto | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Sprint: | MXS-SPRINT-100, MXS-SPRINT-101 |
| Description |
|
Setup : Master --> Slave The passwords for users in the database are the same on all nodes. Still authentication issue for user access denied intermittently for this particular user while trying to connect through Maxscale. Scenario :-
Direct Connection from App Server to Master and Slave
Error log :-
Is this due to delay in validation of users at the backend from Maxscale or something else ? |
| Comments |
| Comment by markus makela [ 2020-03-05 ] |
|
Added authenticator_options=log_password_mismatch=true to the mariadbauth module. By adding this to the listeners, the password the client sends and the one stored in MaxScale is logged in the authentication failure message. |
| Comment by markus makela [ 2020-03-17 ] |
|
The new option will be in 2.4.8. Once the release is out, please add authenticator_options=log_password_mismatch=true to the listeners that clients connect to. |