danhuawang opened a new issue, #9104:
URL: https://github.com/apache/gravitino/issues/9104
### Version
main branch
### Describe what's wrong
There're `role1`,`role2` in metalake test. And `role2` definition as
following.
A user `missy` is granted `role2` , she is supposed to have the access to
the roles `role1`,`role2`.
But currently she failed to get `role1`
```
{
"code": 0,
"role": {
"name": "role2",
"audit": {
"creator": "anonymous",
"createTime": "2025-11-13T07:15:40.015212Z"
},
"properties": {
"k1": "v1"
},
"securableObjects": [
{
"type": "metalake",
"privileges": [
{
"name": "manage_grants",
"condition": "allow"
}
],
"fullName": "test"
}
]
}
}
```
### Error message and/or stacktrace
N/A
### How to reproduce
1. Create `role1` `role2` in metalake test.
2. Grant `role2` by `manage_grants` privileges.
3. Add a user `missy`, then granted `role2` to she
4. Use `missy` to get `role1`
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]