MonkeyCanCode commented on issue #4076:
URL: https://github.com/apache/polaris/issues/4076#issuecomment-4167355459

   @Zevrap-81 so the issue is due to missing role-arn as you pointed out above 
(the 400 bad request). A simple example you can find is 
https://github.com/apache/polaris/blob/main/site/content/guides/rustfs/docker-compose.yml
 where it invokes 
[create-catalog.sh](https://github.com/apache/polaris/blob/main/site/content/guides/assets/polaris/create-catalog.sh)
 when using non-AWS S3-compatible storage (which is what I am assuming on what 
you are using based on the minimal config). As what @dimas-b mentioned above, 
when sts/kms are not supported by the S3-compatible storage you are using, 
those would need to be set on the catalog property (as what you have set above 
but have it uncommented). One easy way to allow us debug further is show us the 
catalog you currently have by using following:
   ```
   ./polaris --profile root catalogs list
   ```


-- 
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]

Reply via email to