cccs-cat001 commented on issue #3038: URL: https://github.com/apache/polaris/issues/3038#issuecomment-3554544733
I just came to the same conclusion that we need this! I'd be willing to make a PR if someone can help with the design 😅 I've found right here is where we need to make this change: https://github.com/apache/polaris/blob/main/polaris-core/src/main/java/org/apache/polaris/core/storage/aws/AwsCredentialsStorageIntegration.java#L107 But I'm not sure how we can go about getting the user token into this class. From what I can tell, the `AwsCredentislStorageIntegration` is an application scoped class, and we'd need to somehow give it the users request in there to be able to pass in the web token. -- 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]
