[MXS-817] Move loading of user data into authenticator modules Created: 2016-08-02 Updated: 2017-12-01 Resolved: 2016-08-31 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | 1.4.3 |
| Fix Version/s: | 2.1.0 |
| Type: | New Feature | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2016-15, 2016-17 |
| Description |
|
The loading of user data i.e. database users is hard coded into service.c. This should be moved into the authenticator modules so that different authentication mechanisms should have their own way of loading data. |
| Comments |
| Comment by markus makela [ 2016-08-17 ] |
|
Added a new entry point into the authenticator modules which loads the users. |
| Comment by markus makela [ 2016-08-30 ] |
|
Removed the generic service user injection as it caused more problems than it solved. A new, less intrusive change adds a new router capability flag which allows the routers to manipulate the users at startup. |