awslife commented on issue #10018: URL: https://github.com/apache/gravitino/issues/10018#issuecomment-3942194938
Thank you for the clarification. While not officially supported, I tested adding authType=oauth2 and oauth2.serverUri=https://... to the catalog properties, and interestingly, it successfully authenticates and works on the Trino Coordinator. The failure only occurs on the Trino Worker nodes, which suggests that the core OAuth2 functionality is already mostly implemented but struggles with token/context propagation to the workers. Since the foundational logic seems to be in place, would it be possible to consider supporting OAuth2 for Worker nodes as a feature request? This would be a massive help for Enterprise environments relying on OIDC. -- 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]
