lasdf1234 commented on PR #12751: URL: https://github.com/apache/gravitino/pull/12751#issuecomment-5507779543
> * This fix covers S3/OSS/Azure/GCS but seems to miss Tencent COS > * Masking S3/OSS/Azure secret keys on fileset catalog/schema properties may break GVFS static-credential, please verify 1. Regarding: This fix covers S3/OSS/Azure/GCS, but it seems to miss Tencent COS. I have added the COSPropertiesMetadata to cover the scenarios of Tencent COS. 2. Regarding: Masking S3/OSS/Azure secret keys on fileset catalog/schema properties may break GVFS static-credential, please verify. GVFS no longer relies on static credentials. Instead, it was updated to work with property masking: the catalog masks credentials in API responses, and GVFS always requests vended credentials from the server. -- 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]
