[MDEV-30451] GRANT permission missing if provided via role Created: 2023-01-23 Updated: 2023-01-24 Resolved: 2023-01-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.5.18 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Birk Bohne | Assignee: | Anel Husakovic |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Kubernetes 1.25.5, Worker Nodes with Flatcar Linux 3227.2.1, Ubuntu 20.04 base image, MariaDB 10.5.18 packages, Galera 26.4.13 |
||
| Description |
|
I have configured a fullaccess role and i have granted it to the root@% user. The default root@localhost has the same privilege but directly granted.
If i'm using the root@% user i'm unable to GRANT another role to another user.
The root@localhost user is able to do that.
Is this the expected behavior or a bug? regards, PS: The same happens if i use
instead of
|
| Comments |
| Comment by Birk Bohne [ 2023-01-23 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Even with directly granting these permissions
the problem
is not fixed... | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2023-01-23 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi,
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2023-01-23 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
I'm curious about your setting with K8s and Galera as described in Environment of this MDEV. | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Birk Bohne [ 2023-01-23 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hi Anel, thanks for the clarification. regards, | ||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Anel Husakovic [ 2023-01-24 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Glad to help Birk |