sathesuraj commented on issue #2207: URL: https://github.com/apache/polaris/issues/2207#issuecomment-3236521096
@dimas-b - That's great! It would be very helpful. Suggestion: We have catalog storage properties as follows: - StorageConfigInfo - AwsStorageConfigInfo - AzureStorageConfigInfo - GcpStorageConfigInfo - FileStorageConfigInfo The default mode of connecting to the storage service is through credential vending. By adding a new optional field, useRemoteSignedUrls, with a default value of False, in StorageConfigInfo, we can introduce a catalog-level property to switch between credential vending and using remote signed URLs. When useRemoteSignedUrls is set to True, we can ignore any STS configurations and use remote-signed URLs to establish a connection to the storage service. Benefits: - Provides a clear catalog-level property to configure and understand how the connection to OSS is made. - Useful for cases where someone wants to use remote signed URLs for OSS with STS. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org