liangyouze opened a new issue, #6000: URL: https://github.com/apache/gravitino/issues/6000
### Version main branch ### Describe what's wrong Because of the config such as s3-access-key-id and s3-secret-access-key are hidden,the Iceberg Rest Catalog service cannot get AKSK information when requesting the gravitino service which makes it cannot use Iceberg's S3FileIO. ### Error message and/or stacktrace  ### How to reproduce 1. create a iceberg catalog in gravitino 2. set `catalog-config-provider` to `dynamic-config-provider` for iceberg rest catalog service 3. create a iceberg table using spark or other way via iceberg rest catalog service ### Additional context Does the hidden property of s3-access-key-id and s3-secret-access-key can be false?Or maybe create an other API that can get the hidden properties for IRCS to use? -- 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]
