Hello all. I have a problem with my RBAC rules since the update to 4.4. I get the error 3013 for users with read only rights inside wazuh-dashboard.
Since I didn't get any feedback on the Wazuh Discord and was referred here by the trainer from the Wazuh Engineer training, I'll try again to give some more information from my previous researches.
The error pattern described below occurred only after upgrading to version 4.4
```
Error: 3013 - Permission denied: Resource type: *:*
**Actions:**
```
agent:read
vulnerability:read
syscollector:read
ciscat:read
listen:read
mitre:read
rootcheck:read
rules:read
sca:read
read syscheck:read
group:read
group:update_config
```
**Ressources**
```
agent:group:CompanyName
```
If I add the resource `*:*:*` the user has no permission to see any agent at all, but the error message is no longer present.
It doesn't seem to matter what other resource I add. Also a rule:file:* seems to override the agent:group permissions so no agents are viewable anymore.
The index permissions have been set according to the RBAC documentation. The only exception here is another tentant to which read and write permissions have been assigned.
If more info is needed, please let me know. Maybe someone can help.