cube-js/cube

Add support for IAM database authentication to Amazon RDS

开放

#9,208 创建于 2025年2月11日

 (2 条评论) (3 个反应) (0 位负责人)Rust (1,965 个派生)batch import
help wanted

仓库指标

星标
 (19,563 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. Passwords are bad. Identity-based authentication is good. If the cube postgres/maria/mysql drivers supported IAM authentication that would be nice.

Describe the solution you'd like Just add some env variable like CUBEJS_DS_POSTGRES_DB_USE_AWS_IAM=true and it magically works.

Describe alternatives you've considered Stick with using passwords and have to stuff around with rotation and distribution of credentials etc.

Additional context RDS IAM auth docs

贡献者指南