lasdf1234 opened a new issue, #12333: URL: https://github.com/apache/gravitino/issues/12333
### Describe the feature Add AccessControlDispatcher APIs to look up and delete groups by Gravitino-assigned id, and to update externalId without changing that id. Also expose id() on the public Group API. ### Motivation SCIM (and similar IdP push) must use a server-assigned immutable id as the SCIM group resource id, with externalId as an optional mutable attribute. User by-id APIs are covered by #12330; this issue covers the group side. Related: #11830, #12330 ### Describe the solution - Expose Long id() on Group (and DTOs / event info) - Storage: select/update/delete group by metalake + id - Extend SupportsIdOperations / JDBC / memory store for GROUP - Dispatcher APIs: get/remove by id; updateGroupExternalId - Keep existing by-name and by-externalId APIs - Hook/event coverage for the new operations ### Additional context Stacked on the user by-id PR for #12330. -- 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]
