lasdf1234 opened a new pull request, #10971:
URL: https://github.com/apache/gravitino/pull/10971

   ### What changes were proposed in this pull request?
   
   This PR adds local IdP management APIs under `/api/idp`, including:
   1. user APIs;
   2. group APIs;
   3. group membership management APIs;
   4. the related DTOs and request/response classes.
   
   ### Why are the changes needed?
   
   The local authenticator needs built-in IdP management APIs for users, 
groups, and memberships.
   
   Fix: #10966
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes.
   
   Add local IdP management APIs for users, groups, and group memberships.
   
   ### How was this patch tested?
   
   1. Ran module-level tests:
      `./gradlew --no-daemon :common:test :core:test :server:test 
:authenticators:authenticator-basic:test`
   2. Relevant newly added/affected tests passed:
      - `org.apache.gravitino.storage.relational.service.TestIdpUserMetaService`
      - 
`org.apache.gravitino.storage.relational.service.TestIdpGroupMetaService`
      - `org.apache.gravitino.storage.TestSQLScripts`
   3. The full module-level run failed in `:core:test` because of unrelated 
existing H2 test failures:
      - `TestFilesetMetaService`
      - `TestFunctionMetaService`
      - `TestPolicyMetaService`
   


-- 
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]

Reply via email to