[MDEV-23918] admin privlege required to view contents of relay logs in 10.5 Created: 2020-10-08 Updated: 2022-01-25 Resolved: 2020-11-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System, Replication |
| Affects Version/s: | 10.5.5, 10.5.6 |
| Fix Version/s: | 10.5.9 |
| Type: | Bug | Priority: | Major |
| Reporter: | vidyadhar | Assignee: | Sujatha Sivakumar (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | monitoring, privileges, replication | ||
| Environment: |
ANY |
||
| Issue Links: |
|
||||||||||||
| Description |
|
I completely understand the point that SUPER privilege has been divided in to multiple parts for better privilege management. Here, we can use "binlog monitor" privilege to view the contents of binary logs. However, when it comes to relay log it require "replication slave admin" privilege. In earlier version, it need "replication slave" privilege to view the contents of relay logs. https://mariadb.com/kb/en/grant/#replication-slave-admin It would be nice to consider the same behavior and provide users with "replication slave" privilege to view the relay log contents using "SHOW RELAYLOGS EVENTS" command accordingly
|
| Comments |
| Comment by Sergei Golubchik [ 2020-11-04 ] |
|
sujatha.sivakumar, should this also be in the new REPLICATION CLIENT MONITOR privilege? That is, does it logically fit into the same group? |
| Comment by Sujatha Sivakumar (Inactive) [ 2020-11-05 ] |
|
Hello serg Post
Since we are planning to add a new privilege as part of
|
| Comment by Sujatha Sivakumar (Inactive) [ 2020-11-16 ] |
|
Fix is implemented as part of |