lasdf1234 opened a new issue, #10959: URL: https://github.com/apache/gravitino/issues/10959
### Describe the proposal Problem Description Gravitino currently relies on external identity providers for user authentication. While that works well in enterprise environments, it creates unnecessary friction for POC, offline, isolated, and emergency-fallback deployments where a lightweight built-in authentication mechanism is preferred. Goal Add a built-in local authentication capability to Gravitino through a local authenticator. The feature should support username/password based sign-in, secure password hashing, local identity metadata storage, service admin bootstrap, user group resolution, and local IdP management APIs. ### Task list - [x] #10883 - [ ] [Subtask] Authenticator module wiring - [ ] [Subtask] Password hashing support - [ ] [Subtask] IdP metadata schema - [ ] [Subtask] Service admin initialization - [ ] [Subtask] Basic authentication flow - [ ] [Subtask] Group resolution - [ ] [Subtask] Local IdP management APIs -- 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]
