cube-js/cube

AthenaDriver extension to use EKS service account

Open

#7652 opened on Jan 12, 2024

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Rust (19,563 stars) (1,965 forks)batch import
driver:athenahelp wanted

Description

AthenaDriver is currently accepting only IAM credentials (access key and secret key) to access Athena. Would it be possible to extend it to be able to work Kubernetes service account?

In our use case we operate cube.js in EKS cluster and we have preconfigured service account which we want to use to be able to connect and query Athena service.

Thank you.

Contributor guide