You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Role in the Gravitino has 3 kinds: service admin, metalake admin, normal roles.
Service admin is responsible for creating metalake admin. It can't be changed by API. It is configured by the configuration.
Metalake admin is used for creating metalake. It can't be bind to any metalake.
### What changes were proposed in this pull request?
Role in the Gravitino has 3 kinds: service admins, metalake admins,
normal roles.
Service admins are responsible for creating metalake admins. They can't
be changed by API. It is a config option.
Metalake admin is used for creating metalake. It can't be bind to any
metalake. So it's hard to unify it with normal users.
This pull request add the management of service admins and metalake
admins.
### Why are the changes needed?
Fix: #2759
### Does this PR introduce _any_ user-facing change?
Yes, I will add openapi and document.
### How was this patch tested?
New ut.
---------
Co-authored-by: Heng Qin <[email protected]>
unknowntpo
pushed a commit
to unknowntpo/gravitino
that referenced
this issue
Apr 9, 2024
…apache#2758)
### What changes were proposed in this pull request?
Role in the Gravitino has 3 kinds: service admins, metalake admins,
normal roles.
Service admins are responsible for creating metalake admins. They can't
be changed by API. It is a config option.
Metalake admin is used for creating metalake. It can't be bind to any
metalake. So it's hard to unify it with normal users.
This pull request add the management of service admins and metalake
admins.
### Why are the changes needed?
Fix: apache#2759
### Does this PR introduce _any_ user-facing change?
Yes, I will add openapi and document.
### How was this patch tested?
New ut.
---------
Co-authored-by: Heng Qin <[email protected]>
Describe the subtask
Role in the Gravitino has 3 kinds: service admin, metalake admin, normal roles.
Service admin is responsible for creating metalake admin. It can't be changed by API. It is configured by the configuration.
Metalake admin is used for creating metalake. It can't be bind to any metalake.
Parent issue
#2232
The text was updated successfully, but these errors were encountered: