Glue Catalog - Allow custom credential provider to accept configuration #22712
swarooppradhan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
At present we can use hive.metastore.glue.aws-credentials-provider to pass custom class but GlueCredentialsProvider just invokes the default constructor so it limits the way custom provider can be used.
We are connect to aws account using aws profile credential provider and use the glue catalog. We are looking to extend that functionality to connect to multiple aws accounts and catalogs but since custom credentials provider doesn't accept any configuration like profile name/file it's not possible to connect with multiple glue catalogs.
If we could pass configuration something similar to the way it's done for S3 that would solve the problem. https://trino.io/docs/current/object-storage/legacy-s3.html#custom-s3-credentials-provider
Beta Was this translation helpful? Give feedback.
All reactions