lasdf1234 opened a new pull request, #12979: URL: https://github.com/apache/gravitino/pull/12979
### What changes were proposed in this pull request? - Add `audit_info` to `idp_user_meta`, `idp_group_meta`, and `idp_user_group_rel` in schema 2.0.0 and 1.3→2.0 upgrade scripts (MySQL/H2/PostgreSQL) - Wire audit through PO/mapper/service layers; create paths write creator/createTime; password/enabled updates refresh lastModifier - Expose `audit` on IdP user/group models, DTOs, and OpenAPI ### Why are the changes needed? Built-in IdP tables previously lacked audit fields used elsewhere in Gravitino, so create/update could not record who changed IdP users, groups, or memberships. Fix: #12978 ### Does this PR introduce _any_ user-facing change? Yes. IdP user and group API responses include an `audit` field. ### How was this patch tested? ```bash ./gradlew :plugins:idp-basic:test -PskipITs ``` Made with [Cursor](https://cursor.com) -- 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]
