Hi all, Description of the PR: Having the role-arn parameter required for a catalog is redundant in many and requires the generation of an extra role in cases when IRSI (for AWS) is being used. Other S3 implementations (Minio, Ceph, many of the appliances) also do not all require a role-ARN.
See issue [1] and PR [2] to fix the issue. Robert [1] https://github.com/apache/polaris/issues/2325 [2] https://github.com/apache/polaris/pull/2329