bacek opened a new issue, #2325: URL: https://github.com/apache/polaris/issues/2325
### Is your feature request related to a problem? Please describe. We are deploying Polaris into k8s environment, where we provide a ServiceAccount with correct permissions to access bucket/db/etc via IRSI (for AWS) or WebIdentity (for GCP). Having an extra required `role_arn` for catalog is redundant and forces to generate extra role, with similar permissions just to be able to configure it. Also, role_arn is not needed for minio. ### Describe the solution you'd like Make `role_arn` optional. Use AWS DefaultCredentialsProvider for getting credentials. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org