lasdf1234 opened a new pull request, #11025: URL: https://github.com/apache/gravitino/pull/11025
### What changes were proposed in this pull request? This PR implements the built-in IdP management APIs and the supporting idp-basic runtime pieces. It adds: - built-in IdP user/group management endpoints backed by `plugins/idp-basic` - `BasicIdpManager` and ServiceLoader registration for built-in IdP management - idp-basic DTOs, request/response models, and REST tests - OpenAPI documents for `/idp/users` and `/idp/groups` - the server-side glue needed to expose and authorize the new endpoints ### Why are the changes needed? The built-in IdP storage work needs user-facing management APIs so service admins can create users/groups, reset passwords, and manage group membership through REST APIs. Fix: #10963 ### Does this PR introduce _any_ user-facing change? Yes. - Adds built-in IdP REST APIs under `/api/idp/users` and `/api/idp/groups` - Adds the corresponding OpenAPI definitions ### How was this patch tested? - `./gradlew spotlessApply :plugins:idp-basic:test --tests org.apache.gravitino.server.web.rest.TestIdpUserOperations --tests org.apache.gravitino.server.web.rest.TestIdpGroupOperations :server:test --tests org.apache.gravitino.server.TestGravitinoServer :docs:build -PskipWeb=true -PskipITs -PskipDockerTests=false` -- 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]
