dacort/metabase-athena-driver

New JDBC Driver/Catalog access requires additional IAM permissions

dacort opened this issue · 0 comments

I have a limited IAM user I use for connecting and when upgrading to the latest JDBC driver that supports multiple catalogs I got a few IAM permissions. I should update the readme with these additional permissions and also test if they're required for all use cases, or only when multiple catalogs exist.

athena:ListDataCatalogs
athena:ListDatabases
athena:ListTableMetadata
athena:GetDataCatalog

In addition, if you're using Athena Federation, the IAM user needs lambda:invokeFunction access as well.