[MXS-3888] Implement SCRAM/RFC5802 Created: 2021-11-22 Updated: 2021-12-21 Resolved: 2021-12-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | nosqlprotocol |
| Affects Version/s: | 6 |
| Fix Version/s: | 6.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Johan Wikman | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Epic Link: | MongoDB Protocol Support | ||||||||
| Sprint: | MXS-SPRINT-146 | ||||||||
| Description |
|
Currently nosqlprotocol supports no authentication whatsoever, but all clients access the database using the credentials specified in maxscale.cnf. Authentication support should be added so that each client can be identified. It may no be possible to directly map MariaDB server users to nosqlprotocol client users, but a mapping in MaxScale may be needed. |