freesinger opened a new issue, #11089: URL: https://github.com/apache/gravitino/issues/11089
### What would you like to be improved? # What would you like to be improved? When Lance REST runs as a Gravitino auxiliary service, its Gravitino-backed namespace operations still use GravitinoClient to call the Gravitino server over HTTP. If authentication and authorization are enabled, Lance REST verifies the incoming request once, then forwards the request to Gravitino and triggers another Gravitino auth/authz pass. # How should we improve? Follow the Iceberg REST Catalog auxiliary mode pattern: - Pass auxMode into Lance REST service initialization. - Use an internal CatalogDispatcher-based catalog fetcher in aux mode. - Keep the HTTP GravitinoClient fetcher for standalone mode. - Add endpoint-level authorization expressions for Lance REST resources. - Support simple and OAuth2 client auth for standalone Lance REST. ### How should we improve? _No response_ -- 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]
